Re: [PHP] validating email address

2003-12-03 Thread Justin Patrin
- Original Message - From: "Blake Schroeder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 2:31 AM Subject: [PHP] validating email address Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) -Bl

Re: [PHP] validating email address

2003-12-03 Thread Terence
t; Sent: Thursday, December 04, 2003 2:31 AM Subject: [PHP] validating email address Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) -Blake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -

Re: [PHP] validating email address

2003-12-03 Thread Justin French
On Thursday, December 4, 2003, at 01:35 PM, John W. Holmes wrote: Blake Schroeder wrote: Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) Just check for some text with a single @ in the middle. Honestly... If you're relying on the email any more

Re: [PHP] validating email address

2003-12-03 Thread John W. Holmes
Blake Schroeder wrote: Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) Just check for some text with a single @ in the middle. Honestly... If you're relying on the email any more than that, I'd have to wonder why. The only way to truly validate

Re: [PHP] validating email address

2003-12-03 Thread David T-G
Blake -- ...and then Blake Schroeder said... % % Whats the best way to validate email address (check for white space, % check for .com, .net.edu etc) 1) Read this list's archives 2) STFW 3) Hand the job off to something else if at all possible % % -Blake HTH & HAND :-D -- David T-G

Re: [PHP] validating email address

2003-12-03 Thread Jason Wong
On Thursday 04 December 2003 02:31, Blake Schroeder wrote: > Whats the best way to validate email address (check for white space, > check for .com, .net.edu etc) google > php validate email address -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators

[PHP] validating email address

2003-12-03 Thread Blake Schroeder
Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) -Blake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php