|
Posted by MS on 06/01/06 14:16
I know this seems simple, but I am totally confused with the following
if(eregi("^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([
a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$", $email)){
....
}
it supposedly check for a valid email format !!
But I am getting the impression that this check is not being completed.
it makes no difference what the value of $email is I cannot get the
expression to be True !!
What am I doing Wrong?
--
Navigation:
[Reply to this message]
|