Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/11/2010, 10:04
Avatar de masterojitos
masterojitos
 
Fecha de Ingreso: julio-2008
Ubicación: Lima Callao Chucuito
Mensajes: 1.931
Antigüedad: 15 años, 9 meses
Puntos: 105
Respuesta: Problema al exportar a excel

Código PHP:
Ver original
  1. <?php
  2. ini_set('post_max_size','500M');
  3. ini_set('max_execution_time','90000');
  4. header('Content-type: application/vnd.ms-excel');
  5. header("Content-Disposition: attachment; filename=NombreArchivo_".$datan2.".xls");
  6. header("Pragma: no-cache");
  7. header("Expires: 0");
  8. ?>

Suerte
__________________
Atte. MasterOjitos :ojotes:
Todo sobre Programación Web
Las ultimas tendencias en Efectos y Recursos Web: MasterOjitos Blog