Jump to content

adding values to cookie on each click


irkevin

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.