stevelori99
Newbie
- Nov 5, 2012
- 12
- 0
hello friend some one can tell my
what this code do
$userAgent = $_SERVER['HTTP_USER_AGENT'];
if(stripos($userAgent, 'google' ) === FALSE) {
}
what this code do
$userAgent = $_SERVER['HTTP_USER_AGENT'];
if(stripos($userAgent, 'google' ) === FALSE) {
}