PHP - Can IF Test for a list of chars in a string?

brandon

New member
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?
 
Back
Top