AndreaD wrote:
It's not a header it is a setcookie
setcookie() is just a function that makes setting cookies a bit more
convenient. It's still setting a header called Set-Cookie. In fact, you
can manually set cookies:
header('Set-Cookie: foo=bar');
how do I arrange the code so the cookies are se
It's not a header it is a setcookie, how do I arrange the code so the
cookies are set before the header is set? At what point in the HTML are the
headers sent.
R.
"Ken" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, 25 Mar 2005 15:03:45 -, AndreaD
> <[EMAIL PROTECTED
2 matches
Mail list logo