PHP Count number of Cookies with Specific Value

fredpiggy

New Member
I'd like to count the number of cookies with a specific value in this case the value is 'complete' but the cookie key's will be unique. So there might be \[code\]key1 = complete\[/code\], \[code\]key 2 = complete\[/code\] but I can't seem to find anyway to do \[code\]count($_COOKIE["ONLY THE VALUE"]);\[/code\]I'm sure its obvious but after days of trying to figure out how I've hit a stump.Any help would be greatly appreciated.
 
Top