How can I tell the url a visitor is coming from?
Posted: Fri Aug 29, 2008 4:57 pm
How can I tell the url a visitor is coming from with PHP?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?
echo $_SERVER['HTTP_REFERER'];
?>