Page is a not externally linkable
aced84 - 10:27 am on Jun 5, 2009 (gmt 0)
<?php AND <?php Can anyone please tell me what's the difference between the two codes?
But even if I were to use the php redirection method, there are two codes that I came across.
header('Location: h-t-tp://www.YourAffiliateURLHere.com/');
?>
$url =
"YourFullAffiliateURL";
header("Location: $url");
exit();
?>