Tema: cache + txt
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2002, 06:16
^CrAzY^
 
Fecha de Ingreso: junio-2002
Mensajes: 100
Antigüedad: 21 años, 11 meses
Puntos: 0
Re: cache + txt

EN vez del PHP generar un txt, hazlo a q genere un html. Asi puedes controlar el no cache

<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
</head>