View Single Post
Old 10-12-2007, 12:43 PM   #1 (permalink)
Sam Granger
The Acquainted
 
Join Date: Sep 2007
Posts: 126
Thanks: 4
Sam Granger is on a distinguished road
Default host & uri problem - not displaying?

I have the following simple code:
Quote:
<?php
echo $_SERVER[’HTTP_HOST’].$_SERVER[’REQUEST_URI’];
?>
This code doesnt display a thing when I run it - what am I doing wrong? :)
Sam Granger is offline  
Reply With Quote