Hi,
I have a conditional:
if (a == b)

a is the number 0, but b is a string "Friday August 22".

The condition is evaluating as true, which is not what I want.
What am I misunderstanding?

Thanks,
Stephen




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

Reply via email to