Ver Mensaje Individual
  #9 (permalink)  
Antiguo 23/07/2009, 16:10
MAURIXIO5540
 
Fecha de Ingreso: noviembre-2008
Mensajes: 55
Antigüedad: 16 años
Puntos: 0
Respuesta: Refrescar pagina

Cita:
Iniciado por abimaelrc Ver Mensaje
Ultimo intento conmigo trata de usar el codigo que te di pero usando tambien esto antes

Código PHP:
Ver original
  1. header("Expires: Fri, 09 Mar 2001 10:17:17 GMT");    // Date in the past
  2. header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
  3. header ("Cache-Control: no-cache, must-revalidate");  // HTTP/1.1
  4. header ("Pragma: no-cache");                          // HTTP/1.0
  5. $numero_aleatorio = rand(100);
  6. header("Location:editar_indicador.php?id=$id&token=$numero_aleatorio");
Te cuento que tampoco funciona...