irkevin Posted September 17, 2010 Share Posted September 17, 2010 Hi here is my problem, i have a link like : index.php?id=1 When user click on it, a cookie array is set with a value of 1 when user clicks on another link with an id of 2, the same cookie is set with another value of 2, at the end , the cookie should read: array( [0] => 1 [1] => 2) Can someone please explain how to do this? im struggling :S Link to comment https://forums.phpfreaks.com/topic/213683-adding-values-to-cookie-on-each-click/ Share on other sites More sharing options...
irkevin Posted September 17, 2010 Author Share Posted September 17, 2010 I need to set a cookie, and later update it. Meaning, the cookie needs to retain its current value, plus add new values to it from GET variable data. Nobody to help? Link to comment https://forums.phpfreaks.com/topic/213683-adding-values-to-cookie-on-each-click/#findComment-1112223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.