Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- PHP script does not print, no error


g1smd - 10:29 pm on Jun 13, 2012 (gmt 0)


Add parentheses around the 5 ORd items.


However, the code seems unecessarily complicated. I'd use:

if ( preg_match ('#(iP(hone|od)|Android|webOS|BlackBerry)#', $_SERVER['HTTP_USER_AGENT'] ) ) {
do stuff
} else {
do other stuff
}


Thread source:: http://www.webmasterworld.com/php/4465139.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com