>> Hmm after all this time, are you saying its best to use === instead of
>> == in any application ?
>
> I would recommend using it whenever you can. It may require a few extra
> lines of code here and there, but you know for sure what 'type' you are
> dealing with. This is especially good when dealing with user input.
>

Ok i might start, i learn something new even after 4 years. I use this for
comparisons too strcmp($this->password, $this->password2)

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

Reply via email to