> sorry i'm new be in this...
> could you show me where is in my script bellow
Did you _READ_ the error messages?
> > Warning: Cannot add header information - headers already sent by
> > (output started at ../functions.inc:54) in
> ../functions.inc on line 49
On or about line 49 of func
James Holden writes:
> It's basically saying that you are outputing stuff to the browser before you
> are setting the cookies which is a no go. All header requests (header() &
> setcookie()) must be run before any text is outputted.
>
sorry i'm new be in this...
could you show me where is in
2 matches
Mail list logo