Anyone know of a simple hahahahahahahahahaha, php, or html code that will allow me to refresh a page, but passes on the referral information along with it. Currently I am just using the Meta Refresh option but it doesn't track my referrers to the page i am sending to. Any help would be great.
Refresh w/ Refferer?
Collapse
X
-
if you're using HTML hahahahahaha refresh> tags, you'll have to invent some hahahahahahahahahaha-fu to tack the referring url on to new URL. If you're using PHP, something like:
<?
header("Location: http://www.site.com/?ref=".$_SERVER['HTTP_REFERER'].">";
?>
Then make your script smart enough to use $ref for the referring, instead of referencing the $_SERVER superglobal.[this signature intentionally left blank]

Comment