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
Yes, we can use PHP to get OS hardware information via Linfo library.
Here is an example of the PHP script to show CPU info:
getParser(); var_dump($parser->getCPU()); ?>
Here is the source code of Linfo library: https://github.com/jrgp/linfo