Posted by Marek Kilimajer on 03/26/05 22:25
AndreaD wrote:
> I have a range of cookies that need to be deleted on the click of a button.
> The cookies are set by using.
>
> setcookie("cookie[$name]", "$age")
>
>
> Is there a simple command to delete all cookies or I have to do a foreach
> statement?
You have to use foreach
>
> How can I execute the code/function on a click of a button?
I'm not sure what you mean. Perhaps a link, or a bookmark
[Back to original message]
|