how to detect weather client is in mobile or pc and redirect mobile users to another path
how to detect weather client is in mobile or pc and redirect mobile users to another path
Learn by searching for "user agent" and "redirect".
PHP Code:if (preg_match('/iPad|iPhone|iOS|Opera Mobi|BlackBerry|Android|IEMobile|Symbian/', $_SERVER['HTTP_USER_AGENT']))
{
header('Location: http://example.com/path/');
}
I can customise your phpBB board. Send me a PM.
lynxphp - info, tutorials and scripts
"A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."
█ BCV | Community Support Representative
█ x10Hosting - Giving Away Hosting Since 2004
█ Premium Hosting | VPS Services