<?php $browser_id = strtolower($_SERVER['HTTP_USER_AGENT']);
if (!substr_count($browser_id, "msie 6") or (! substr_count($browser_id, "msie 7")))
{ header("location: http://www.annunziataspinazzola.org/.../versione.html"); }
else {
if (!substr_count($browser_id, "Chrome") or (! substr_count($browser_id, "Mozzilla")))
{header ("location: http://www.annunziataspinazzola.org/sito");}}
?>
niente! porta sempre chrome e mozzilla all'avviso!!!!

Rispondi quotando