nella pagina in cui si deve compiere il refreshh bisogna inserire nel codice
Codice PHP:
$CachePlus = "";
if (ereg("MSIE [56789]", (isset($HTTP_USER_AGENT)) ? $HTTP_USER_AGENT : getenv("HTTP_USER_AGENT"))) $CachePlus = ", pre-check=0, post-check=0, max-age=0";
$now = gmdate('D, d M Y H:i:s') . ' GMT';
header("Expires: $now");
header("Last-Modified: $now");
header("Cache-Control: no-cache, must-revalidate".$CachePlus);
header("Pragma: no-cache");
echo "<title> Rdm Messenger </title>";
echo "<meta HTTP-EQUIV=\"Refresh\" CONTENT=\"5\" URL=\"index.php\">\n";
Spero ke può essere d'aiuto a qualkuno visto ke mi sono scervellatooo
!!!