Andrei

Detect Chrome with PHP

by on Nov.04, 2008, under Viata in 1 si 0

We all have trouble sometimes with the render engine of Google Chrome, so here is a PHP way to identify it, using the HTTP_USER_AGENT.

<?php
$mystring = $_SERVER['HTTP_USER_AGENT'];
$findme   = 'Chrome';
$pos = strpos($mystring, $findme);
if ($pos === false) {
   echo "stuff to be seen in all other browsers";
} else {
   echo "stuff to be seen in Chrome";
}
?>

Feel free to use and improve this.

:, , , ,
No comments for this entry yet...

Comments are closed.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

close tools paneltoggle tools panel
 
toggle welcome toggle reclame toggle tagcloud toggle links toggle back