Jackmeoff
12-12-2001, 10:58 PM
Would like to know if anyone can help me make a php file. Im trying to use it to keep track of my click thrus. From what it sound like its not that hard. But,thats not my bag of tea. Please help. I want to do something like this below...
-_____
First create your PHP file.
$url = 'http://mysponsor.com/?id=mycode';
header("Location: $url\n\n");
?>
-_____
First create your PHP file.
$url = 'http://mysponsor.com/?id=mycode';
header("Location: $url\n\n");
?>