trying to track where my visitor comes from using php

hoover

New Member
$referal = mysql_real_escape_string($_SERVER['HTTP_REFERER']);I would like to store this the first time the visitor comes to my site through a referer. so when this page is accessed again, the variable will not change.
 
Back
Top