View Single Post
Old 2005-07-31, 06:21 PM   #13
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
[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.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote