How to detect "Google Chrome" as the user-agent using PHP?
- by Zubin
I'm interested to know whether the user-agent is "Chrome" at the server end using PHP. Is there a reliable regular expression for parsing out the user-agent string from the request header?