PHP Browser Detect: Not Less Than IE8 or Mobile

I’m trying to use Browser detection with PHP. I have a footer bar that I want to show EXCEPT on Internet Explorer versions lower than 7 and all mobile browsers.

Is there a non-complicated of using php’s browser detection to accomplish this?

Cheers!
Ryan

Wrapping it in a Microsoft conditional comment would allow you to hide it from IE7 and earlier.

What is not so easy is identifying if the browser is running on a mobile device.