Home »

Is it possible to know details about the browser being used to view a PHP website?

Question ListCategory: PHPIs it possible to know details about the browser being used to view a PHP website?
alisataylore190 author asked 9 years ago
1 Answers
shah_kajal184 author answered 8 years ago

Yes. We can use the get_browser() function to get the details of the browser a user is using. This information is usually found inside the browscap.ini file.

Please login or Register to Submit Answer