I'm testing about CJ cookies embedding method on website. Following these code <? $name = "Cookiename"; $value = "http://www.absfde.com/click-54577-477848"; $time = 10;//expire time (day) ob_start(); setcookie($name ,$value ,time()+($time*24*60*60),"/"); ob_clean(); ?> Code (markup): Would this work?
Thanks but I don't know how to test it much really because I've to buy product through my affiliate link, which is against TOS. I'd like to know if it works really and can tracking all orders.