Re: [PHP] siimple cookie problem

2001-04-16 Thread Chris Anderson
Also, try deleting the cookie: Setcookie("name") then setting it again. Some browsers all have cookie problems I've heard also. Have you hit refresh? - Original Message - From: "kmurrah" <[EMAIL PROTECTED]> To: "PHP-GENERAL" <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 3:15 PM Subject:

Re: [PHP] siimple cookie problem

2001-04-16 Thread Chris Anderson
Each time you change the value you need to re-set the cookie using SetCookie() again - Original Message - From: "kmurrah" <[EMAIL PROTECTED]> To: "PHP-GENERAL" <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 3:15 PM Subject: [PHP] siimple cookie problem > Can someone help me with an ele