Author
Message
Meka][Meka
Unstopable
Posts: 700
This will show the URL address from which the visitor came from
Code:
<?php
echo $_SERVER['HTTP_REFERER'];
?>