[quote=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
