[PHP] Browser Detection Redirection -- PHP or Apache ???

2001-08-17 Thread Christopher Raymond
PHP Folks: Does PHP provide some mechanism for browser detection redirection or is this something that Apache Directives can handle? For example: I don't want users with browsers less than 4.0 to actually load a page on our site. Instead, I want them redirected to a page that let's them know

Re: [PHP] Browser Detection Redirection -- PHP or Apache ???

2001-08-17 Thread Tyler Longren
the $HTTP_USER_AGENT variable will be of some use to you. -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Fri, 17 Aug 2001 16:14:40 -0500 Christopher Raymond [EMAIL PROTECTED] wrote: PHP Folks: Does PHP provide some mechanism for browser detection