On Tuesday, November 04, 2003 8:35 AM Shaun wrote:

> I want to generate an email with a link in it that links back to the
> domain name I am sending it from. How can I do this in PHP?

$_SERVER['SERVER_NAME'] will return of the domain under which the script
is called.

Cheers,
Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to