Re: [PHP] Email checking

2001-09-13 Thread David Otton
On Thu, 13 Sep 2001 11:28:01 -0700, you wrote: like to be able to check to see that: the email is in the correct format and the domain actually exists. Can anyone lend a hand? [putting the try it this way bit first] The only way to validate an email address is to try to send email to it. If

Re: [PHP] Email checking

2001-09-13 Thread rm
Have you tried: http://zend.com/codex.php?CID=11 --- Max Mouse [EMAIL PROTECTED] wrote: I've been looking to check the validity of an email address when it's entered by a person on a from. So far, I have found many different versions __

Re: [PHP] Email checking

2001-09-13 Thread Alexander Skwar
So sprach »Max Mouse« am 2001-09-13 um 11:28:01 -0700 : the domain actually exists. Can anyone lend a hand? My try: function CheckEmail($adr){ // Parameter: // $adr - Email Adress // Rückgabewerte: // TRUE - everything fine // Else, returns array: // Array(code, part)