I am trying to add a php code to my site for site stats and the stats wont appear, does anybody know why?
the code i am adding is
PHP Code:<?php
$pagefull = $_SERVER['REQUEST_URL'];
$referrer = $_SERVER['HTTP_REFERER'];
$serverport = $_SERVER['SERVER_PORT'];
?>





Reply With Quote





