Re: [PHP] Setcookie doenn't work

2004-09-24 Thread pete M
doh!! ta ;-) S ilvio Porcellana wrote: $ok = setcookie("client_id", "argh", 259300); //* expire in a month ish Nope, it expired a long time ago... :-) Read the manual for setcookie: http://php.libero.it/manual/en/function.setcookie.php (mainly the part about the "expire" parameter) HTH, cheers Silv

Re: [PHP] Setcookie doenn't work

2004-09-24 Thread Silvio Porcellana
> > $ok = setcookie("client_id", "argh", 259300); //* expire in a month ish > Nope, it expired a long time ago... :-) Read the manual for setcookie: http://php.libero.it/manual/en/function.setcookie.php (mainly the part about the "expire" parameter) HTH, cheers Silvio -- PHP General Mailing Lis