[PHP-DB] headers already sent

2004-04-14 Thread matthew perry
When I insert the following header: header ("Content-type: application/vnd.ms-excel"); header ("Content-Disposition: attachment" ); I get the messages: *Warning*: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\

Re: [PHP-DB] headers already sent

2004-04-14 Thread Jorge Oliveira
You have some content at line 2 in file trial.php. Check if there is a space (or a session command) at that line. -- Jorge Oliveira ยป Cloreto.com matthew perry wrote: When I insert the following header: header ("Content-type: application/vnd.ms-excel"); header ("Content-Disposition: a