how to find browser property

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mukeshrasm
    Contributor
    • Nov 2007
    • 254

    #1

    how to find browser property

    Hi

    I want to get the browser property using php how can I do that?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by mukeshrasm
    Hi

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

    getenv()?

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      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

      Comment

      Working...