Stefan Rusterholz wrote:
> 
>    Part 1.1    Type: Plain Text (text/plain)
>            Encoding: quoted-printable
> What was the best way to check, if the give address really exists?
Just try this function:

http://www.php.net/manual/en/function.gethostbyname.php

It returns the IP address of the given domain. Normally a domain can be
accessed by the browser if it has a valid IP address and everything is
configured correctly.

Please do not send HTML messages.

Alexander

-- 
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