Page 2 of 2

Posted: Fri May 21, 2004 12:55 pm
by doggy
if (!eregi("[[:alnum:]]",$pasword){
echo "Alphabetical and numbers only";
}

Will desply the error if there is any other than 123 or abc it will give the error els it will run. right