I tried this simple code

<html>
<body>
Page refered by
<?php
echo $HTTP_REFERER.'<br>';
echo $_SERVER['HTTP_REFERER'].'<br>';
?>
</body>
</html>

and I receive blank reply even if referenced from a link from other site.

What am i doing wrong ? Or perhaps my server does not have referer enabled?





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to