Help!
What can I know name of web-browser and it version.
I like know come out from a version of web-browser is larger than MSIE 5.0.
Thank you.
Get Browser type
Moderator: General Moderators
Code: Select all
$_SERVER['HTTP_USER_AGENT'];http://www.zytrax.com/tech/web/browser_ids.htm
and even more
http://www.pgts.com.au/pgtsj/pgtsj0208c.html
You can't be 100% certain because some browers send MSIE 6 string as a work around for sites that reject anything but MSIE for no reason.
and even more
http://www.pgts.com.au/pgtsj/pgtsj0208c.html
You can't be 100% certain because some browers send MSIE 6 string as a work around for sites that reject anything but MSIE for no reason.