PHP Scripts - Easy & Quick Browser Detection - CodeCanyon
Easy & Quick Browser Detection his title this type of PHPScripts/Miscellaneous This time I will review,made by amzee, PHPScripts/Miscellaneous is sold at a price of $3 in CodeCanyon. Browser Detection // Customizable Browser Detection // PHP Browser Detection // chrome // firefox // ie // ie6 message prompt // ie6 notification // netscape // opera // safari // webkit //Created | 28 July 11 |
Last Update | 28 July 11 |
Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
Software Version | PHP 5.x, jQuery |
Files Included | JavaScript JS, HTML, CSS, PHP |
More Info...Easy & Quick Brow ..
Features – Browser Detection Made Easy
- Detects all the modern browsers
- Supports – ‘ie’, ‘firefox’, ‘chrome’, ‘safari’, ‘webkit’, ‘opera’, ‘netscape’,’konqueror’, ‘gecko’ and ‘flock’
- Detect Version number.
- Zero Configuration – No Installation hassles
- Lightweight.
- Easy to Use.
- Well Documented.
- Many Examples included.
- IE6 Notification – Use it the way you like
- Uses standard PHP – No additional extension support needed.
- Detection – Minimum 2 Line of Code.
- Very Flexible – You can specify your custom detection routine.
- Extendible Browsers List.
- Ease of Integration.
- Highly Readable Code.
- Self Explanatory.
- Fully OOP based – PHP 5
- Ease to Test – Builtin Support for Testing.
Quick Example
<?PHP include"lib/clsBrowser.php"; $oBrowser = new clsBrowser(); if($oBrowser->Detect()->isDetected()) { echo "Browser: " . $oBrowser->getBrowser(); echo " Version: " . $oBrowser->getVersion(); } ?>
Ready to Test?
Test it now!Download LinkEasy & Quick ..
No comments:
Post a Comment