[Solved] How to block Windows XP and IE6 users from my site? :P [closed]
Since you haven’t posted your attempt, I’ll give you steps to help you along the way. PHP has built in function you can use to achieve this. Have a look at get_browser() function. Example output: Array ( [browser_name_regex] => ^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) gecko/.* firefox/0\.9.*$ [browser_name_pattern] => Mozilla/5.0 (Windows; ?; Windows NT … Read more