I don't believe this is possible as PHP is a scripting language, and therefore doesn't have the ability to gain control of hardware directly. For example, you wouldn't be very happy if you were surfing the web and various PHP-driven sites had direct access to your hard drive and hardware! What you're looking for should be possible through ActiveX controls. ActiveX controls are mini-programs (??) that are downloaded automatically over the Internet ... such as the way that the Windows Update website has control to install software to your hard drive automatically. Not sure how they work though ... that's a Microsoft thing.
cscgal
The Queen of DaniWeb
19,429 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
Say after me: you can not access hardware on the client machine from a serverside application or script.
You CAN print from your serverside application to any printer which is attached to the server (if PHP supports that...), but never to the client.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337