> Hi,
> Is there a way to get with PHP script ( maybe with some module) serial
> number of the hard disk?
>
> Thanks in advance!

If there's a command on your operating system to get this information,
then use PHP's exec function.

$serialNum = exec('command to get serial number');

--
--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to