I gave it a look, and the first link it gives is
http://php.net/manual/en/function.printer-list.php
However it does state that it’s for printers connected to the server. What if I wanted to get the models of printers on the client’s machine? Is this possible with PHP?
Thanks.
Not possible with PHP, neither with Javascript. The only way I imagine is a Java applet which is embedded into your website.