![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/03/2007, 09:43
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 28
Antigüedad: 18 años Puntos: 0 | |
Re: Importar y Exportar desde MySQL a un archivo de texto Gracias por la idea, por ahora he resuelto la exportación a través de estas cabeceras: header('Content-type: application/vnd.ms-exel');
header("Content-Disposition: attachment; filename=archivo.xls");
header("Pragma: no-cache");
header("Expires: 0");
Voy a buscar al MyAdmin a ver que tal.
Saludos |