My Geeks
Pages - Menu
(Move to ...)
Home
To my geekers
▼
Friday, June 1, 2012
Check user browser to switch css
Use global variable: HTTP_USER_AGENT
<?php if(strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'mobile') || strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'android')) : ?>
<!-- your specific css here -->
<?php endif; ?>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment