I have two pages redirection in my index.php. The pages are example_system_os.php and example_mobile_os.php.
example_system_os.php
example_mobile_os.php
How to determine the user\'s o
You could parse the $_SERVER['HTTP_USER_AGENT'] string for the various platform details, but I wouldn't be confident that this was a deterministic approach, since it can easily be faked.
$_SERVER['HTTP_USER_AGENT']