I was reading on an earlier post that it's possible to have PHP send a command to print a document on your printer -- for example when an order is processed, to automatically print the invoice on my office laserjet.
I was hoping someone was familiar with using this function, perhaps in association with CUPS. My big issue is that my website is hosted on a remote server so to call my printer I would have to figure out a way to assign it a distinct IP address (is this through CUPS or a print server?)
Thanks