nathy Posted April 10, 2007 Share Posted April 10, 2007 Hi, I am currently modding a Paid to Signup script for a site I'm making. I need some type of way I can put a cookie into the persons browser and then it update from every page they go to on the page that they have to sign up on. An example for this would be http://www.raidthebank.com which redirects you from the page that inserts the cookie. I hope you understand what I'm trying to do. Nathan Quote Link to comment https://forums.phpfreaks.com/topic/46394-cookie-help-please/ Share on other sites More sharing options...
MadTechie Posted April 10, 2007 Share Posted April 10, 2007 erm.. setcookie(name,value,expire,path,domain,secure) whats the problem ? Quote Link to comment https://forums.phpfreaks.com/topic/46394-cookie-help-please/#findComment-225627 Share on other sites More sharing options...
nathy Posted April 10, 2007 Author Share Posted April 10, 2007 No I already know how to do that. I want it to update when the user moves to another page/completes an offer. These pages are not on my website because they are an affiliate that I get paid for when users sign up to it. You obvoisly haven't read my thread. Quote Link to comment https://forums.phpfreaks.com/topic/46394-cookie-help-please/#findComment-225629 Share on other sites More sharing options...
MadTechie Posted April 10, 2007 Share Posted April 10, 2007 You can't tell a cookie to update if you don't control the site their on.. Quote Link to comment https://forums.phpfreaks.com/topic/46394-cookie-help-please/#findComment-225647 Share on other sites More sharing options...
per1os Posted April 10, 2007 Share Posted April 10, 2007 You would need to use a top frame to keep the user in your site, but that still cannot relay to you information on what they clicked. Quote Link to comment https://forums.phpfreaks.com/topic/46394-cookie-help-please/#findComment-225844 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.