Perigoso Posted June 15, 2007 Share Posted June 15, 2007 Hi guys, I'm using php 4.3 Apache and mysql.(php.ini with the php_printer.dll installed) I'm trying to print something in a shared printer but i can't. When i open the printer manager in the control panel, it says ERROR printing. here is the code i use: $handle = printer_open("Epson"); printer_write($handle, "Text to print"); printer_close($handle); I have the shared printer on a pc and i'm trying to make a print on the server. Basicly i have a pc that as acess to the server and can print from there using php. I have allready tried it print it on the server with the printed installed there and it works. Can someone help me out on this one? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/55734-problem-using-fucntion-printer/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.