Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2005, 14:25
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Otro comentario:
Cita:
mat3582 at NOSPAM dot hotmail dot com
28-Feb-2005 12:36
Outputting a pdf file to a MSIE browser didn't work (MSIE mistook the file for an Active-X control,
then failed to download) untill I added
Código PHP:
<?php
ini_set
('session.cache_limiter',"0");
?>
to my script. I hope this will help someone else.
Un saludo,