Tuesday 3 January 2012

How To store the Incoming traffice URL (php)


$refferr_url = $_SERVER['HTTP_REFERER'];
if(!empty($refferr_url)){
$parse = parse_url($refferr_url);
echo "<pre>";print_r($parse);exit;

}

No comments:

Post a Comment