Page 1 of 1

Not case sensitive. Caps don't matter...

Posted: Sat Mar 11, 2006 4:32 am
by JellyFish
I'm trying to compare to values but don't want the cases to be sensitive.

Code: Select all

if ($value == $value2);

Code: Select all

if ($value == function_or_somthing_that_makes_this_string_not_casesensitive($value2);
Thanks for reading my post. All help is appreciated. :)

Posted: Sat Mar 11, 2006 5:31 am
by s.dot

Posted: Sat Mar 11, 2006 8:51 am
by feyd

Posted: Sat Mar 11, 2006 5:04 pm
by JellyFish
Yea this is good. Thanks. :D