> I've never really payed attention to this before, but now I noticed that ==
> is case-sensitive, how do I make it == with different "cases" ?

if(strtolower($a) == strtolower($b))
-- 
Krzysztof Dziekiewicz


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

Reply via email to