I would liek to check for 0-9 and . charactors i'm using ... $email = "60.00";
if eregi("^[0-9.])?$",$email) {
echo"valid";
} else {
echo"not valid";
}
Its not working well. umm ... help ...
I would liek to check for 0-9 and . charactors i'm using ... $email = "60.00";
if eregi("^[0-9.])?$",$email) {
echo"valid";
} else {
echo"not valid";
}
Its not working well. umm ... help ...