RE: [PHP] Retrieving my domain name

2003-11-04 Thread Pablo Gosse
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 Genera

[PHP] Retrieving my domain name

2003-11-04 Thread Shaun
Hi, 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? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php