k coder is gone and I have to get this to work today and my skills are like zero
heres what I want:
- landing page sets ccbill affiliate id
- surfer goes to other page on same domain
- surfer clicks straight
www.bananabrandy.com url
- aff id is set and aff gets credited
heres what I got:
http://www.dutchteencash.com/test/index.php?id=420671
<?
$value = $id;
setcookie("ccbill_referer", $value, time()+60*60*24*30);
?>
AND
http://www.dutchteencash.com/test/link.php
<?
echo $_COOKIE['ccbill_referer'];
?>
... ok now when I click the join form and check the aff isnt set :/
Pls help

thanks!!!
Bob