Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/11/2009, 09:19
Avatar de dcreate
dcreate
 
Fecha de Ingreso: octubre-2009
Ubicación: Veracruz
Mensajes: 536
Antigüedad: 14 años, 6 meses
Puntos: 22
Respuesta: Generar documento de Word desde php

Código php:
Ver original
  1. header('Content-type: application/msword');
  2.  header("Content-Disposition: attachment; filename=nue.doc");
  3.  header("Pragma: no-cache");
  4.  header("Expires: 0");

lo siento se mando sin el codigo