Hey all...first time poster here.
Got an interesting problem for all of you. I am trying to set a cookie on a third party website. For example, I own mysite.com which is a tracking service for advertisers. When a user clicks on one of my advertiser's links, it goes through mysite.com where I would like to set a cookie. If the end user purchases something off of the advertiser's website, it shows up in a report on mysite.com.
The problem I am having is setting the cookie on the advertiser's website. I have tried the following:
setcookie("mycookie",$trackThisSet,time()+2592000,"/",'.advertiserwebsite.com,0);
Yet this does not set...any ideas?