Page is a not externally linkable
aced84 - 4:47 am on Jun 6, 2009 (gmt 0)
Note the difference in the bolded area part. <?php ============================================================ <?php So it's ok if I am going to use your code, right ?
I noticed a small difference between the code I found and the code which you've provided, enigma1, I have tried both, and they both worked.
$url =
"YourFullAffiliateURL";
header("Location: $url");
exit();
?>
$url =
"YourFullAffiliateURL";
header("Location: " . $url);
exit();
?>