RE: [PHP] Warning: Cannot add header information - headers alreadysent by

2002-05-29 Thread Miguel Cruz
Lines 1, 2, and 3 are sending text to the browser. You need to do your header operations first, THEN output the HTML. Or put at the VERY beginning of the file (before any HTML, before any blank space, before anything else). miguel On Thu, 30 May 2002, Anton Heryato wrote: > this script below

Re: [PHP] Warning: Cannot add header information - headers alreadysent by

2002-05-29 Thread Miguel Cruz
This is the number one FAQ in this list. Check the archives from any day you like and you'll see the answer. miguel On Thu, 30 May 2002, Anton Heryato wrote: > i have one function name deleteCookees that have this error message > > Warning: Cannot add header information - headers already sent