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
On Fri, 25 Mar 2005 15:03:45 -, AndreaD
<[EMAIL PROTECTED]> wrote:
> is there an alternative way to suppress the headers already sent problem?
> Ob_start/flush is not very neat way to so this.
>
> AD
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php
is there an alternative way to suppress the headers already sent problem?
Ob_start/flush is not very neat way to so this.
AD
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo