php-general | 2000071
Date: 07/03/00
- Next message: Nick Talbott: "Re: [PHP] function right on PHP3, wrong on PHP4"
- Previous message: Eric Porter: "[PHP] Re: [phplib] .htaccess configuration continued"
- In reply to: Abdul-Kareem Abo-Namous: "[PHP] browser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There is a build in variable
$HTTP_USER_AGENT that should tell you what browser is used.
There is also another function get_browser() that will give you more
complete information about the browser the user is using.
For the function manual, look at:
http://www.php.net/manual/html/function.get-browser.html
Reuben D. Budiardja
At 05:26 PM 7/3/2000 +0200, Abdul-Kareem Abo-Namous wrote:
>hi everybody
>
>is there a way in php3 to find out which browser the user is using?
>
>thnx
>Aan97
>Abdul-Kareem Abo-Namous
>
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>For additional commands, e-mail: php-general-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
"The only incomprehensible thing about the universe is that
it is comprehensible."
- Albert Einstein -
~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^
Reuben Donald Budiardja
reubendb <email protected>
Homepage: http://www.goshen.edu/~reubendb
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Nick Talbott: "Re: [PHP] function right on PHP3, wrong on PHP4"
- Previous message: Eric Porter: "[PHP] Re: [phplib] .htaccess configuration continued"
- In reply to: Abdul-Kareem Abo-Namous: "[PHP] browser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

