Page is a not externally linkable
aced84 - 1:52 pm on Jun 5, 2009 (gmt 0)
<?php Is that the correct way to do so ? I am sorry, but I am not a programming guy here, and I know nothing about php language. Thanks in advance for your input :)
Wow thanks enigma1, that helps a lot !
So that means, if I am going to use the 2nd code, it would be something like this :
$url =
"http://www.example.com/recommends/affiliate1234/";
header("Location: $url = 'http://www.example.com/recommends/affiliate1234/'");
exit();
?>