B brandon New member Aug 13, 2009 #1 if($check[$i] != 'abcdef0123456789') I want to know if that checks the character at $check[$i] for not equal to a or b or c or d or ...... or does it just check if the character is not equal to 'abcdef0123456789' ? If not, have any ideas?
if($check[$i] != 'abcdef0123456789') I want to know if that checks the character at $check[$i] for not equal to a or b or c or d or ...... or does it just check if the character is not equal to 'abcdef0123456789' ? If not, have any ideas?