removido
(usa Nenhuma)
Enviado em 02/04/2012 - 21:35h
Putz ,estou pouco a pouco esquecendo php ,merd@ ,mas tente apenas deixar isso após o comando Body
<?php
function clear_Browser_Cache ()
{
header ( "Pragma: no-cache" );
header ( "Cache: no-cache" );
header ( "Cache-Control: no-cache, must-revalidate" );
header ( "Expires: Mon, 26 Jul 1996 01:00:00 GMT" );
}
?>
Exemplo numa pagina basica o negocio seria :
<html>
<head>
<title> :D </title>
<body>
<?php
function clear_Browser_Cache ()
{
header ( "Pragma: no-cache" );
header ( "Cache: no-cache" );
header ( "Cache-Control: no-cache, must-revalidate" );
header ( "Expires: Mon, 26 Jul 1996 01:00:00 GMT" );
?>
</html>
</head>
</body>
Tente isso .