Rather confused by this. I'm using Chrome and my $_SERVER['USER_AGENT'] is returning this;
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Since it has Mozilla, AppleWebKit, Chrome, and Safari all listed there, how do I know which browser is being used since a preg_match('/Chrome/', $agent) would always return true for Chrome?