Mys system info : Server 2008 SP2 IIS7.0
PHP Version Installed : 5.2.10
The PHP is installed through Web Platform Installer 2.0
I'm currently hosting a site in my server...and i'm trying to use this code in website...but the code is not excuting...means the server host name is not displaying..
THE CODE IS:
<? echo $_SERVER['HTTP_HOST']; ?>
Please let me know if any PHP configuration take place to resolve this problem.