dovrebbe bastare una cosa del genere:
codice:if(preg_match('/firefox/i', $_SERVER['HTTP_USER_AGENT']) { print "sono firefox" } else print "non sono ff";
dovrebbe bastare una cosa del genere:
codice:if(preg_match('/firefox/i', $_SERVER['HTTP_USER_AGENT']) { print "sono firefox" } else print "non sono ff";