Originariamente inviato da ringo_mato
usa http://it.php.net/manual/en/function.strpos.php

controlli se c'è la stringa che cerchi nello user agent
Ehm .. hai troppa fiducia in me

De che stai a parlà ... ehehehhehe

Scusami ma sono pivellino

Prendiamo ad esempio questo:
...............................
codice:
if (strpos('this is a test', 'is') !== false) {
   echo "found it";
}
domanda: Dovrebbe diventare .. ??
codice:
if (strpos('explorer', 'windows') !== false) {
   echo "ok, hai explorer e winzozz";
}
no ??