View Single Post
  #2 (permalink)  
Old 12-20-03, 07:39 PM
RynO RynO is offline
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).
Reply With Quote