Re: [PHP] $VAR = 0 != false From: Chris Adams (chris <email protected>)
Date: 08/07/00

>You get nothing, even though the variable is set.
>It is set to zero, granted, but it is set!

Compare the results with $Var == false and $Var === false.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>