I have forgotten the function to convert a number to a string. Any Help?
Chris
JamShady
3:38 pm on Jul 17, 2005 (gmt 0)
settype()
Or you can cast it, ala $var = (string) $var;
mcibor
3:44 pm on Jul 18, 2005 (gmt 0)
However if you use any array function, then those variables may still be seen as numbers. So beware. And for string it's better to use letter + number, eg. c1, c2 etc.