>I want to get the current domain name in to a PHP variable.

print_r() the contents of $_SERVER to see all the information given to you
by the webserver -- the host name will be in there.

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html


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

Reply via email to