Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/03/2007, 09:43
hharris
 
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