10-12-2007, 01:43 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Posts: 89
Thanks: 1
|
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? :)
|
|
|
|