H hoover New Member Jun 10, 2012 #1 $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.
$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.