|
I did.
<?php
$id = $_GET['id'];
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "") {
header("Location: http://www.yoursponsorlnk.com/index.php?sub=$id");
}
?>
Just in case anyone does a search and comes across this page while looking for a code like it here it is. Enjoy.
__________________
I've trusted my sites to them for over a decade...
Webair, bitches.
|