I want to get the browser property using php how can I do that?
You cannot get a browser property using PHP. PHP is a server side language. Your browser runs on the client. So forget PHP. You can use JavaScript, triggered by PHP. Google and you will find.
Comment