Yes, on Linux there is a command to get this info, but on windows I think
there'n no thath command.
Is there a module for PHP to do this ?

Thanks!


"Matthew Sims" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > 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