View Single Post
Old 2005-07-31, 04:27 PM   #12
CelticTiger
Are you sure this is the Sci-Fi Convention? It's full of nerds!
 
CelticTiger's Avatar
 
Join Date: Feb 2004
Location: Ireland
Posts: 266
Send a message via ICQ to CelticTiger
[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
CelticTiger is offline   Reply With Quote