So sprach »Jeff Grossman« am 2001-09-12 um 12:16:29 -0700 :
> Hello,
> 
> I have a page which is a form for people to fill in.  There is one input 
> line where the user enters in an e-mail address.  Currently the page is 
> using java to verify that e-mail address.  It looks like the java code 
> is only checking for an "@" side, but I want it to also check for a "." 
> and the end of the domain type.  Somebody else wrote this code for me, 

Well, in theory, legal adresses do not need to contain a . in the domain
part.  Neither RFC822 requires this, nor anything else.  In fact,
foobar@tv is a completely legal adress.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 2 days 14 hours 59 minutes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to