The following returns the disk serial idnumber. Might have to specify which drive if you got Should work with multiple drives, you'll just get multiple results. Just run it with shell_exec.
wmic DISKDRIVE GET SerialNumber
But this will only work
wmic.exe is located in your windows system32 folder. And wmic does exist on the server you're running WinXP, Ive used it there myself.
My result on , Vista:
C:\Windows\System32>wmic DISKDRIVE GET SerialNumber
SerialNumber
20202020202054534241354c4*snip*
I do not on any web site visitorsknow if all harddrives provides the serial number to the OS.
