You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Browser.php - Detecting a user's browser from PHP
1
+
_This is not my code, but rather a Github repo of Chris Schuld's code so people can use it as a submodule in their Git projects. To download the original code please visit [Chris Schuld's page](http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/)._
2
2
3
-
This is not my code, but rather a Github repo of Chris Schuld's code so people can use it as a submodule in their Git projects. To download the original code please visit [Chris Schuld's page](http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/).
3
+
# Browser.php - Detecting a user's browserfrom PHP
4
4
5
5
Detecting the user’s browser type and version is helpful in web applications that harness some of the newer bleeding edge concepts. With the browser type and version you can notify users about challenges they may experience and suggest they upgrade before using such application. Not a great idea on a large scale public site; but on a private application this type of check can be helpful.
0 commit comments