Is it possible to get the hardware information with php or javascript?

前端 未结 6 1474
孤街浪徒
孤街浪徒 2021-01-29 16:32

Is it possible to get the hardware details with php script.Also is it possible to check whether a pen drive or something is connected to the pc via php script. So when users loa

6条回答
  •  感情败类
    2021-01-29 17:07

    The short answer is no,you won't be able to get things like RAM, HDD space, etc... and even what you can get can easily be spoofed. So the short answer is no, you can't do that with php. You would need to make and have the user download and run something on their computer (like a java applet or activeX control) that can access that sort of stuff.

提交回复
热议问题