View Single Post
Old 2006-12-27, 03:07 PM   #14
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Within hosted gallery page code:
PHP Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=932951-0000&PA=<?= $_GET['id'?>"
Your hosted gallery links would then look like:
http://www.tightteela.com/promo/fhgs...php?id=1234567

The short snip of PHP code grabs the value for id from the URL and inserts it into the link.
Toby is offline   Reply With Quote