ILYAS415 Posted April 19, 2008 Share Posted April 19, 2008 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 More sharing options...
ILYAS415 Posted April 19, 2008 Author Share Posted April 19, 2008 Nevermind topic solved Link to comment https://forums.phpfreaks.com/topic/101847-solved-php-variable-help/#findComment-521216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.