Not case sensitive. Caps don't matter...
Posted: Sat Mar 11, 2006 4:32 am
I'm trying to compare to values but don't want the cases to be sensitive.
Thanks for reading my post. All help is appreciated. 
Code: Select all
if ($value == $value2);Code: Select all
if ($value == function_or_somthing_that_makes_this_string_not_casesensitive($value2);