Posted: Fri May 21, 2004 12:55 pm
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
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