Re: [PHP] convert int to string

2002-10-30 Thread Philip Olson
I would approach this by first going here: http://www.php.net/manual/ And go to the section on types: http://www.php.net/manual/en/language.types.php In there is a section for type juggling: http://www.php.net/manual/en/language.types.type-juggling.php >From these places you'll see var

[PHP] convert int to string

2002-10-30 Thread Jef
How can I convert an integer variable to a string variable? I have checked PHP's website and I must not be looking for the right function. Any help please. Jef -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php