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
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php