Is there any way i could get a serial number of the pc by PHP programming?
get serial number from pc
I don't think so.
why the **** would you want to do that??
it's for my computer inventory program. i use this in my office to get the serial number of all the PCs and keep them in the computer inven db.
Anyway someone told me that i should program this module by using C/C++ to invoke some of the assembly language to get the serial which located in bios. Then compiled that module into '.dll'. Then called it from php.
Do you think this would work? It's really tough though. Is there any easier way,guys?