naaah... dopo le prime lattine ti ci abituipoi però dopo che ti svegli con il fegato stile palloncino inizi a capire che più di una a settimana non la puoi bere
in ogni caso... c'ho capito qualcosa?
codice:<?php $useragent = $_SERVER['HTTP_USER_AGENT']; if( strpos($useragent,"MSIE 6.0") ) { header("Location: http://"); } elseif ($useragent,"MSIE 7.0”) ) { header("Location: http://"); } else ($useragent,"MSIE 8.0”) ) { header("Location: http://"); } else ($useragent,"MSIE 9.0”) ) { header("Location: http://"); } ?>