This is a discussion on Re: Determine OS and Java Ver within the PHP General forums, part of the PHP Programming Forums category; Alexandru-Vlad Badut wrote: > Hya, > Can someone give me a hand on how to determine if the client (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Alexandru-Vlad Badut wrote:
> Hya, > Can someone give me a hand on how to determine if the client (the visitor) > is java & java enabled and the os he's using in php? > couldn't you just get the Java to request a PHP file with it's version as a GET parameter? that, along with the IP address, should tell you which browser is doing the reading (except behind large firewalls...), and allow you to set a variable in your database, or however you're doing it. the OS is usually included in the browser identification string. Kae |