Andrei

Tag: PHP

Ghicitoarea cu mega-premii

by on Aug.12, 2009, under Caterinci, Iesiri, Jocuri si concursuri, Viata de zi cu zi, Viata in 1 si 0

Saptamana trecuta am zis ca dau un surub, un autocolant si o guma cui ghiceste unde plec. Castigatoare a fost declarata (de catre un random de php) ca fiind Mirela. Felicitari! Inmanarea premiului va fi anuntata personal la o data ulterioara, iar felicitarile, masa si dansul, pe motoare, cel mai probabil in weekend.

Multumim si celorlalti concurenti pentru participare si nu uitati ca vine marea tombola a lunii august, cu un premiu-surpriza inimaginabil de valoros! 🙂

 

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.

read more... Comments Off on Detect Chrome with PHP :, , , ,
 

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