
23/02/2011, 16:48
|
| | Fecha de Ingreso: febrero-2011
Mensajes: 195
Antigüedad: 14 años, 1 mes Puntos: 1 | |
Respuesta: exportar a excel Me sale error en las siguientes lineas
32 header('Content-type: application/vnd.ms-excel');
33 header("Content-Disposition: attachment; filename=newsletter.xls");
34 header("Pragma: no-cache");
35 header("Expires: 0");
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php:10) in C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php on line 32
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php:10) in C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php on line 33
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php:10) in C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php on line 34
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php:10) in C:\xampp\htdocs\CONEXIONES\consulta\consulempleado .php on line 35
sera porque es de manera local?? |