Quote:
Originally posted by jasonir
<a href=http://trageturl.com/page.php?referralID="<? echo $referralID;
?>">
|
if register_globals is off (as it should be) you will need to pull $referralID from the GET string like this:
PHP Code:
$referralID=$_GET['referralID'];