Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged browser



« Prev 1 Next »
0 686 posted 10 years ago by larscmagnusson
This is my simple image resizer on the fly thing. -- WARNING -- Resizing and showing images on the fly could potentially kill your server or make the website slow. Ideally, this should save the resized image in a cache. However, more often th...
0 929 posted 10 years ago by brownrl
Helps to find out browser version and type your website visitor is using.
0 729 posted 11 years ago by apphp-snippets
0 664 posted 12 years ago by simondiercks
0 609 posted 12 years ago by serialk89
1 759 posted 13 years ago by mfigge
0 525 posted 13 years ago by i0ni
0 553 posted 13 years ago by laurentzziu
1 814 posted 13 years ago by danwhite85
0 540 posted 13 years ago by miniake
5 674 posted 13 years ago by StevenW721
Detect and echo browser version including differentiating between Chrome and Safari.
3 855 posted 13 years ago by vagrantradio
1 590 posted 14 years ago by frankyfish
Place in your functions.php file and call it in your theme like this: <?php>
1 913 posted 14 years ago by afj176
1 675 posted 14 years ago by jfoucher
Sometimes you just need to mask a script or reject a user from a page this can be done effortlessly using a single line of code. Header location will allow you to redirect a user quickly and without them having any control over the action. A good...
1 561 posted 14 years ago by scopefragger
2 722 posted 14 years ago by Thresh
Just provide $availableLanguages as an array('en', 'de', 'es')
5 1425 posted 15 years ago by ping_ch
This handy little script will allow you to detect whether or not a user is running FireFox as their browser.
0 549 posted 15 years ago by aristoworks
2 660 posted 16 years ago by smartalec
echo ( browser_detection( 'number' ) .''. browser_detection( 'browser' ) .''. browser_detection( 'os' ) .''. browser_detection( 'os_number' ) ); Outputs (browser version, browser, os, os number): 1.5 moz nt 5.1 if ( ( browser_de...
2 894 posted 16 years ago by llbbl
Heres how to use print_r(browser_detection('full')); We can also use this script print "IP: ". $_SERVER['REMOTE_ADDR'].""; ### IP ADDRESS ## print "Browser:" . $_SERVER["HTTP_USER_AGENT"].""; ## Browser print "OS: ". $_ENV["OS"]; ### OS
8 741 posted 17 years ago by mail_json
« Prev 1 Next »