View Single Post
Old 05-18-2009, 11:43 PM  
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
Quote:
Originally Posted by BarryTheHatchet View Post
thought id help out.

PHP Code:
domain.com/galleries/0001/?ccbill=9999999 

Call this in your file by writing

PHP Code:
<?php print $_GET['ccbill']; ?>
So you can pass it to your tour like this:

PHP Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=000000-0000&PA=<?php print $_GET['ccbill']; ?>&HTML=blahblah">Click here to see more</a>
well thank you.. Now let's see if these sponsors use this info cause they are people that post here..

also if you use this advice be sure to test it out cause some servers aren't set up by default to read the ?ccbill= right and you might need to ask your host to turn on globals if it doesn't work first try

Last edited by SBJ; 05-18-2009 at 11:46 PM..
SBJ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote