[PHP] Verify E-Mail Address

2001-09-12 Thread Jeff Grossman
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 .

Re: [PHP] Verify E-Mail Address

2001-09-12 Thread Alexander Skwar
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