Hi,
If I have a $_REQUEST variable that contains either the value "" or
"0", the empty($_REQUEST['myvar']) call returns the same thing -- 1.
How can I distinguish between these values without causing any errors
or warnings (notices)?
I'm using PHP 4. Thanks for the help, - Dave
If I have a $_REQUEST variable that contains either the value "" or
"0", the empty($_REQUEST['myvar']) call returns the same thing -- 1.
How can I distinguish between these values without causing any errors
or warnings (notices)?
I'm using PHP 4. Thanks for the help, - Dave
Comment