Thread
:
Help with using cookies
View Single Post
#
2
(
permalink
)
12-20-03, 07:39 PM
RynO
Newbie Coder
Join Date: Sep 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
setcookie("cookiename", "", time()-300);
You simply set a cookie with the same name, no information, and have it expire before it was made (hence the time()-300).
RynO
View Public Profile
Find all posts by RynO