RE: AW: [PHP] Kill a cookie....

2001-05-17 Thread Maxim Maletsky
m Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 6:56 PM To: [EMAIL PROTECTED] Subject: Re: AW: [PHP] Kill a cookie Tha

AW: AW: [PHP] Kill a cookie....

2001-05-17 Thread Sebastian Stadtlich
LOOK at the manual!!! a cookie new cookie value is just accessible on the next page sebastian > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 17. Mai 2001 11:56 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [

Re: AW: [PHP] Kill a cookie....

2001-05-17 Thread Tristan . Pretty
Thanks to all who replied. I am really confused as to why, at teh very top of my page, I have told the cookie to set to null. and then in the last part of my php, just before my head tag, I re-set teh cookie. but the old value still remains. What am I doing wrong??? Thanks you guys, I'll get th

AW: [PHP] Kill a cookie....

2001-05-16 Thread Sebastian Stadtlich
you kill a cookie by setting an emty one with the same name www.php.net/setcookie sebastian > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 16. Mai 2001 18:39 > An: [EMAIL PROTECTED] > Betreff: [

Re: [PHP] Kill a cookie....

2001-05-16 Thread Rasmus Lerdorf
http://php.net/setcookie is quite clear on this subject, I think. -Rasmus On Wed, 16 May 2001 [EMAIL PROTECTED] wrote: > > > I am using setCookie("cookie1", "$form_variable") > > Is there a command like killCookie? > > I am finding that my pages are remembering cookies after they are needed. >

[PHP] Kill a cookie....

2001-05-16 Thread Tristan . Pretty
I am using setCookie("cookie1", "$form_variable") Is there a command like killCookie? I am finding that my pages are remembering cookies after they are needed. I've looked on php.net, but couldn't find anything. Tris... *