Re: [PHP] COULD NOT RESEND HEADER..

2006-07-29 Thread John Wells
On 7/29/06, BBC <[EMAIL PROTECTED]> wrote: The error message: "could not resend header, header already sent in line.." It isn't a bug. What it's saying is completely accurate. You can only send header information to the browser once. As soon as you output *anything* (via echo/print), headers

[PHP] COULD NOT RESEND HEADER..

2006-07-29 Thread BBC
Hi all. I try to make a page which checks the entire database and folder content, which able to delete all invalid data's in the folder and warns the user if an invalid data found in database. However I found the bug with 'header()' The codes below are not able to resend header if it's already se