[PHP] Re: Assign null value using php

2004-09-02 Thread pete M
T Umashankari wrote: Hello, Can any one tell me how to assign a null value to a php string?. I tried assigning empty single quote,backslash with zero,double quotes also. but nothing works.. Regards, Uma $str = NULL; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP] Re: Assign null value using php

2004-09-02 Thread M. Sokolewicz
T Umashankari wrote: Hello, Can any one tell me how to assign a null value to a php string?. I tried assigning empty single quote,backslash with zero,double quotes also. but nothing works.. Regards, Uma $var = null; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/