-2

I want to check specific drivers installed or not in a client's computer through the PHP, Is it possible with the PHP programming?

If it's possible, How can I do?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Billa
  • 53
  • 6

1 Answers1

0

There is no general interface for this indeed, as PHP is a server side language, and you want to find out things on the client side. The only possibility is to either have a client side installable extension or alter the drive to expose itself through some kind of browser interface if you have control over the driver.

David Mulder
  • 26,123
  • 9
  • 51
  • 114