hi everyone ....
I am creating a site, in where it exists to banner that must have the following Link http://refer.ccbill.com/cgi-bin/clicks. ... omain.com/,
but the PA=YYYYYY must be generated by the url of the page ....
ex
http://sub.domain.com/index.php?id=YYYYYY or,
http://sub.domain.com/index.php?ccbill=YYYYYY
i do need a database constructed ?
how do i generate the refer on the banner when i type the ccbill on the url on the navigator ?
[dam]
ccbill
Moderator: General Moderators
echo "<a href=\"http://sub.domain.com/index.php?id=$PA\">";
or
echo '<a href="http://sub.domain.com/index.php?id='.$_GET['PA'].'
">';
or
echo '<a href="http://sub.domain.com/index.php?id='.$_GET['PA'].'
">';