Posted by Ivαn Sαnchez Ortega on 12/28/07 17:40
rynato wrote:
> if ($value != null || $value === 0)
Wrong. The correct solution is:
if ($value !== null)
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Trying to make bits uncopyable is like trying to make water not wet.
-- Bruce Schneier
Navigation:
[Reply to this message]
|