Quote:
Originally Posted by BarryTheHatchet
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