infopcds Posted May 27, 2008 Share Posted May 27, 2008 Thanks to everyone that helped me with the last problem. Still working on the same coupon section. Now, all new problems. I got the coupons working on a simple basis. Now I need to upgrade the process. I am trying to get the page to use a cookie to identify the Company logged in. That way no one can make bogis coupons for someone else. All of the login info is in another tabl. I also have to try to make the coupons available to Suppliers only. What's the best way to insert cookie info into my database tables? If anyone wants to see the code so far, let me know. Link to comment https://forums.phpfreaks.com/topic/107443-mysql-and-cookie-inpot-help/ Share on other sites More sharing options...
revraz Posted May 27, 2008 Share Posted May 27, 2008 Not really sure what you mean or if you understand how Cookies actually work. Cookies are information that you write to the end user's PC. You can read the Cookie you set and pull the variable you saved in it for whatever purpose you like. Link to comment https://forums.phpfreaks.com/topic/107443-mysql-and-cookie-inpot-help/#findComment-550740 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.