Re: Re:[PHP-WIN] Strange 'if' test bug?

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

 



http://www.blueshoes.org/en/developer/php_cheat_sheet/
------------------

"William.Candillon@xxxxxxxxxx" <william.candillon@xxxxxxxxxx> a écrit dans
le message de news:I3B3VI$0DB29DE9F5BD09BECC716F6E620D2A44@xxxxxxxxxxxxx
According to me it's a very strange problem
Test this please :
$key = '0';
if($key == 'muppet')
   echo 'key is a muppet: ".$key;
else
   echo 'key is something else: '.$key;
Because I don't understang why $key return false :(

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux