<?
/* source code */
print $HTTP_HOST;
?>
This is what I am getting after runing this php file in browser:
Notice: Undefined variable: HTTP_HOST in C:\Inetpub\ftproot\jurek\ on line
I tried print , echo but still the same result. What I am doing wrong, this is vary simple code? Please help
Thanks
/* source code */
print $HTTP_HOST;
?>
This is what I am getting after runing this php file in browser:
Notice: Undefined variable: HTTP_HOST in C:\Inetpub\ftproot\jurek\ on line
I tried print , echo but still the same result. What I am doing wrong, this is vary simple code? Please help
Thanks