I need a string expression to verify an alpha numeric password. This is what
i've come up with , however it does not work:
can anybody help? Thanks in advancePHP Code:elseif ( (!ereg ("^[a-zA-Z]+$", $password)) || (!ereg ("^[0-9]+$",
$password)))
ADAM




Reply With Quote