Quote Originariamente inviata da Alhazred Visualizza il messaggio
Oddio che schifo la Redbull, come fai a berla? Ha un saporaccio!!!

Comunque prova a dare un'occhiata qui
http://php.net/manual/en/function.ge...ser.php#101125
naaah... dopo le prime lattine ti ci abitui poi 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://"); }




?>