Page 1 of 1

null strings..

Posted: Wed Aug 04, 2004 12:30 am
by dwfait
Hi. I know this is the most newbiest question in the world, but its late(early, been up all night), but how do you make a string null?

just $string=0? i tried that and got an unexpected T_VARIABLE error :-\

Posted: Wed Aug 04, 2004 1:09 am
by markl999
Empty string -> $string = '';
Null string -> $string = NULL;