View Single Post
Old 07-16-2006, 07:24 AM  
DutchTeenCash
I like Dutch Girls
 
DutchTeenCash's Avatar
 
Join Date: Feb 2003
Location: dutchteencash.com
Posts: 21,684
small setcookie php question [pls help]

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
DutchTeenCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote