[quote=CelticTiger]
Quote:
Originally Posted by tickler
PHP Code:
<?
$GOTO_URL = "http://www.thepaysite.com/link.php?a=123456";
header("Location: ".$GOTO_URL);
?>
</HTML></BODY>
It may be basic but you might want to explain that a little better to someone who doesn't know anything about php 
|
...and what good is it going to do to link to 'link.php' if you don't have such a script? I can invision a shitload of newbies changing their linking codes right now without realizing that they'll be 404ing themselves to death. Major missing component here.