I have this code, i want it to check if the length is NOT 32 or 40. The code below only checks if the word is 32 or 40 in length.
$name = mysql_real
What about
if($len != 32 and $len != 40)