RE: [PHP] Re: user auth.. with mysql and cookies.. help

2002-05-30 Thread David Freeman
> 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

[PHP] Re: user auth.. with mysql and cookies.. help

2002-05-30 Thread Anton Heryanto
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