Browser Detection


/ Published in: PHP
Save to your folder(s)

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.