Cirstoiu Aurel Sorin wrote: > I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null. > Is there an option so I can turn it on?
If PHP > 4.1.0: try $_SERVER['HTTP_HOST'] instead. You can also set register_globals = On in the php.ini file (not recommended!) HTH Erwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php