I am in the business of doing computer inventory for Customers. some customers have remote locations and i am not driving all the way to those locations.
I am looking for a script that i can put as a link on web page that when the user clicks on it -
it would scan the user's pc - gather all the hardware / sofware config and then send back the info to me either FTP or some other method.
The results could be a simple txt file
i searched the forum but couldn't find anything substantial.
don't think this could be done without downloading something like a Java applet to the client's PC. PHP runs as a server side process can't detect things on a client PC like memory, graphics cards, hard drive space, processor type, etc etc.