Posted by Marek Kilimajer on 10/04/21 11:07
Ross Hulford wrote: > Is there a single bit of code for scrubbing all the cookies or do I have to > do setcookie ("name, "") for all of them?? > foreach($_COOKIE as $name => $value) { setcookie($name, '', time() - 36000); }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming