Jump to content

[SOLVED] PHP variable help


ILYAS415

Recommended Posts

Okay i have an empty variable like this...

$var="";

 

Okay what i would like to know is how i would add stuff onto that variable...

Here is what i am planning to do...

 

while ($the= mysql_fetch_object($get)){
// More text is added onto the $var variable
}

 

Ive looked on the internet but couldnt find anything.

Help would be appreciated alot.

Link to comment
https://forums.phpfreaks.com/topic/101847-solved-php-variable-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.