Reply to Re: _SERVER['HTTP_USER_AGENT'] vs. navigator.userAgent -same?
Posted by ming on 01/23/06 04:20
They are the same.
Ming
juglesh wrote:
> are
>
> $_SERVER['HTTP_USER_AGENT'] in php
> and
> navigator.userAgent in js
>
> the same thing? always?
>
> I just need to determine if the browser is IE5+ on win32 (.png issues).
>
> I need to know that on the server (php needs to know) and on the
> client.
>