You are here: Home » Tag Archives: Browser Information

Tag Archives: Browser Information

Get Browser and Operating System Information with PHP

Long time ago I needed to get browser information with PHP and I wrote a class which uses preg_match_all function with regular expressions to get information from browser.This class will return information from browser in an array format included browser name, browser version and also operating name. It helped me so I shared to help others. Read More »

Scroll To Top