guyfromfl Posted September 20, 2008 Share Posted September 20, 2008 I'm working on a project for the parts & shipping departments of a company. There are several shared printers on the windows network (server 2k3). I want to know if there is a way to have a button to print parts orders to one printer, and shipping labels to another, working around windows APIs and what not. (you want to print the parts order to the parts dept, it automatically prints on the parts printer, you want to finish the order and have the shipping label its sent to the label maker in shipping...) is this possible? finding the IPs of the printers is not a problem its the coding that I am not sure of. thanks mark Link to comment https://forums.phpfreaks.com/topic/125049-phphtml-printing/ Share on other sites More sharing options...
genericnumber1 Posted September 20, 2008 Share Posted September 20, 2008 It's likely you would want to look into using exec() http://us2.php.net/function.exec to print. Unfortunately I'm unfamiliar with the windows environment command line, so I can't help you there. Link to comment https://forums.phpfreaks.com/topic/125049-phphtml-printing/#findComment-646254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.