Date: 08/07/00
- Next message: Andre Fadel: "Re: [PHP] $VAR = 0 != false"
- Previous message: Brian T. Allen: "[PHP] $VAR = 0 != false"
- In reply to: Brian T. Allen: "[PHP] $VAR = 0 != false"
- Next in thread: Andre Fadel: "Re: [PHP] $VAR = 0 != false"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>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>
- Next message: Andre Fadel: "Re: [PHP] $VAR = 0 != false"
- Previous message: Brian T. Allen: "[PHP] $VAR = 0 != false"
- In reply to: Brian T. Allen: "[PHP] $VAR = 0 != false"
- Next in thread: Andre Fadel: "Re: [PHP] $VAR = 0 != false"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

