Forum Moderators: coopster

Message Too Old, No Replies

header

header

         

bono667

11:40 am on Nov 6, 2003 (gmt 0)

10+ Year Member



hi,,

is there anyway of sorting this error,, out,,

Warning: Cannot modify header information - headers already sent by (output started at G:\Domains\ns.co.uk\wwwroot\nwj\logon.php:35) in G:\Domains\ns.co.uk\wwwroot\nwj\logon.php on line 60

its my first time using cookies and I dont have a clue what this means..

Nick_W

11:45 am on Nov 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sure, as it says here: [php.net...]

Cookies need to be set before any other output is given to the browser. (this inludes white space).

Just set your cookies before sending any other output and all will be well..

Nick