Equal operator in php-Equal (==) operator is not working for me in the below example. why it is like this ? can you please help me By Admin | June 7, 2014 0 Comment $hello=0; //$hello=””; if($hello==””){echo “Welcome”;} here if i give zero for $hello it is showing welcome message.