| Author | Message |
John Richardson
15 posts
Location: United Kingdom Occupation: Age: |
#11 20-11-2009 14:28 GMT |
function is_chrome(){
return(eregi("chrome", $_SERVER['HTTP_USER_AGENT']));
}
if(is_chrome()){
//do something more useful than this !
echo 'You are using Google Chrome';
}
|
|




