23/07/2009, 16:10
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 55
Antigüedad: 16 años Puntos: 0 | |
Respuesta: Refrescar pagina Cita:
Iniciado por abimaelrc Ultimo intento conmigo trata de usar el codigo que te di pero usando tambien esto antes
Código PHP:
Ver originalheader("Expires: Fri, 09 Mar 2001 10:17:17 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 $numero_aleatorio = rand(100); header("Location:editar_indicador.php?id=$id&token=$numero_aleatorio");
Te cuento que tampoco funciona... |