[PHP] how to delete cookies

2001-06-20 Thread Tom Beidler
I have a site that is password protected using PHP and MySQL. I would like to give people the option to log out. I've tried to set the cookie without setting the time but that only deletes the cookie when the browser session ends. Is there a way to delete it all together? . Tom Beidler Orbit

Re: [PHP] how to delete cookies

2001-06-20 Thread Hasan Niyaz
setcookie(cookie_user,); this will delete the cookie - Original Message - From: Tom Beidler [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 7:20 AM Subject: [PHP] how to delete cookies I have a site that is password protected using PHP and MySQL. I