Hi All,
Help me please...!
How to get harddisk serial number and motherboard serial number using php?.
Thank.
gacoekchip.pokher 0 Newbie Poster
Recommended Answers
Jump to PostHow to get harddisk serial number and motherboard serial number using php?.
On your server perhaps with an
exec
call to some linux function (if you set priviliges correctly). On the client, not possible.
Jump to PostYou'll need a tool to read and decipher the BIOS information.
Jump to PostIf the server is under linux you can use dmidecode for the motherboard serial:
sudo dmidecode --type 2 |grep -i serial
For the harddisk use hdparm:
sudo hdparm -I /dev/sda | grep -i serial
this will check for the serial of the …
All 9 Replies

diafol
almostbob 866 Retired: passive income ROCKS
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
gacoekchip.pokher 0 Newbie Poster
gacoekchip.pokher 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
gacoekchip.pokher 0 Newbie Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
gacoekchip.pokher 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.