Thursday, 19 September 2013

boolean equivalent to NULL in PHP

boolean equivalent to NULL in PHP

is this the right syntax to check if a value is equivalent to NULL or not
in PHP:
if($AppointmentNo==NULL)
? I have tried it but it seems that it is not working. Any suggestion for
another syntax?
Thanks

No comments:

Post a Comment