Re: [PHP] \"deleted\" cookie

2001-03-20 Thread almir
and I dont think you should use haeder functions with cookie together do it with javascript , i had some problems if I used this two together (cookie, and header) -almir "Nikolai Vladychevski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECT

Re: [PHP] \"deleted\" cookie

2001-03-20 Thread almir
set its valu to nothing , or expiery date to yesterday the best is both -almir "Nikolai Vladychevski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECTED] wrote: > > > > How do you "delete" the cookie? > > I delete like this: > > > setcoo

Re: [PHP] "deleted" cookie

2001-03-20 Thread Yasuo Ohgaki
"Nikolai Vladychevski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > My site has been working with cookies just fine until i discovered > that some browsers (i think it is some browser under MacOS, I'm > investigating) instead of deleting a cookie

Re: [PHP] \"deleted\" cookie

2001-03-19 Thread Nikolai Vladychevski
[EMAIL PROTECTED] wrote: > > How do you "delete" the cookie? I delete like this: is this correct? to set cookie i use: setcookie("username",$username); Nikolai > > Nikolai Vladychevski <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > My site has been working with cookies just fine u