Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/10/2004, 15:57
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Me dejé un parentesis:

Código PHP:
<?php 
header
('Content-type: application/msword'); 
header('Content-Disposition: inline; filename='.basename($_GET['archivo'])."'"); // <-- aquí me lo dejé ..

readfile($_GET['archivo']); 
?>
Salvo error u omisión debería ir ya.

Un saludo,