hello
i have a cookie "$_COOKIE['questionList'];" which looks like this,
000, 822, 823, 824
I want to loop around this cookie and remove any occurrences of a certain number then reset the cookie again..
so for example $remove = 823
what is the best and most efficient way of doing this?
thanks