Connecting Tech Pros Worldwide Forums | Help | Site Map

how to find browser property

Familiar Sight
 
Join Date: Nov 2007
Posts: 244
#1: Mar 14 '08
Hi

I want to get the browser property using php how can I do that?

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#2: Mar 14 '08

re: how to find browser property


Quote:

Originally Posted by mukeshrasm

Hi

I want to get the browser property using php how can I do that?

What browser properties?

getenv()?
ronverdonk's Avatar
Moderator
 
Join Date: Jul 2006
Location: The Netherlands
Posts: 4,139
#3: Mar 15 '08

re: how to find browser property


Quote:

Originally Posted by mukeshrasm

Hi

I want to get the browser property using php how can I do that?

You cannot get a browser property using PHP. PHP is a server side language. Your browser runs on the client. So forget PHP. You can use JavaScript, triggered by PHP. Google and you will find.

Ronald
Reply