codice:
<?php

$useragent = $_SERVER[‘HTTP_USER_AGENT’]; 
if(preg_match(‘/MSIE 6.0/i’,$u_agent) )
{   header("Location: http://"); }




elseif (preg_match(‘/MSIE 7.0/i’,$u_agent) )
{   header("Location: http://"); }




elseif (preg_match('/MSIE 8.0/i’,$u_agent) )
{   header(“Location: http://"); }








?>
forse ci sono purtroppo sono molto carente di nozioni sul PHP.. infatti tanto ci sono vorrei chiederti un buon libro (in italiano possibilmente) per inziare... logicamente ho già spulciato i tuts su html.it