Re: weird comparsion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try comparing the type:

if("0" === 0)echo 'Its not equal';
if(0 === 0)echo 'Its equal';



OKi98 wrote:
Hello,

Why does anything compared to 0 return true?

I know it might seem to be a bit off-topic, but for me it is important for detecting if NULL value in table has been changed (for example NULL is changed to 0).

if ("foo"==0) echo("foo equals to 0");

OKi98


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux