where can i get this script
Collapse
X
-
simple POST request is all it looks like to me.
not even using bounds checking or any sort of error handling.
name your page php and put this on the page with the links.
<?=$_POST[refcode]?>php/mysql guru. hosting, coding, all that jazz.Comment
-
Not hard to do..
?php
$refcode=$_POST['refcode'];
?
html
head
titleCodes/title
/head
body
Your linking codes:
College Town Cuties:
http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=914777&PA=?php echo $refcode; ?&HTML=http://www.collegetowncuties.com
/body
/html
Just rinse and repeat the lines for each of your sites. Don't forget to put the < > inside to close html tags and around the ?php and close the end of that php tag the floating "?"inside the link.Last edited by sneaker; 02-05-2003, 06:05 PM.Comment
-
It's not a script, just using the print function in php.
I got your icq offline messages, I will have time to chat tomorrow and should be able to help you out a bit.
take it easyComment



Comment