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)
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
_
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.
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
of code to do this, but I have yet to find one that actually works. I would
like to be able to check to see that: the email is in the correct format and
4 matches
Mail list logo