How to find visitor's exact operatingsystem?
How to find visitor's exact computer name?
How to find visitor's exact computer user name?

getenv('username') is not working.
gethostname() is not working to get local machines name

PHP runs on the server, not the client, so that info isn't directly available to you. If possible at all, you'll need Javascript.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.