When you download a file using header function, PHP can't write any message before downloading or you'll get a header error,.[/quote]
Actually, thats not true. Simply put the following line at the top of your page that has headers and you can write errors out. I have been doing it for years.
ob_start();