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 & 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 their browser is in-compatible.
> 
> I know this is something JavaScript can do, but again that relies on the
> browser.
> 
> 
> Thanks for any help,
> 
> Christopher Raymond
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 their browser is in-compatible.

I know this is something JavaScript can do, but again that relies on the
browser.


Thanks for any help,

Christopher Raymond


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]