Hello, just a small question. If i want my script to record the URL that the page was called from into a variable, how would i do that? I saw something of this sort before but cant seem to find it again. Thanks.
$var=$_SERVER['HTTP_REFERER'];
http://www.php.net/manual/en/reserved.variables.php
🙂 thanks