Re: [PHP] siimple cookie problem

2001-04-16 Thread Chris Anderson
t; Sent: Monday, April 16, 2001 3:15 PM Subject: [PHP] siimple cookie problem > Can someone help me with an elementary cookie problem? > > I want to capture a variable, write to a cookie, and be able to access it > from other pages. > > I've done that, and it works

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

[PHP] siimple cookie problem

2001-04-16 Thread kmurrah
Can someone help me with an elementary cookie problem? I want to capture a variable, write to a cookie, and be able to access it from other pages. I've done that, and it works well BUT, if I capture the same variable a second time (with a different value), it still remembers the first value