简体   繁体   中英

how to get client pc configuration from website

Is there any option to get client PC hardware configuration from a website? I need to create a website for showing the local system configuration. I know there are many tools to get system configuration. But the user want to get them PC configuration from a website. I tried in many ways.

Thanks in advance.

You cannot access computer information from a browser, and especially not php. Php is a server-side script that runs on the server and therefore cannot access information about the client that isn't first sent to the server.

The way to accomplish your goal of retrieving PC hardware information is to develop an application that the user can download and run that gathers and sends the desired information to your server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM