lfr Posted June 20, 2008 Share Posted June 20, 2008 Hello, I vould like to print server side using a Php script (mainly because I am quite confortable with Php), so I discovered with relief the class CXXV. Printer Functions, but it's not up to date anymore : "These functions are only available under Windows 9.x, ME, NT4 and 2000. They have been added in PHP 4.0.4.". So here are my question, because I am likely to use Windows XP, is there another possibility ? If not how come nobody bother to update that class ? Remarks : yes my intention is to print it server side with a printer directly related to that server I'd like to do some automated printing so people arround the printer don't have to touch the computer Best regards, Lafer Link to comment https://forums.phpfreaks.com/topic/111135-printing-server-side-with-php/ Share on other sites More sharing options...
DarkWater Posted June 20, 2008 Share Posted June 20, 2008 If you use Linux (WHICH YOU SHOULD), you can just use lpr to send a print job. `lpr -PPrint_name_if_not_default $filename` Link to comment https://forums.phpfreaks.com/topic/111135-printing-server-side-with-php/#findComment-570376 Share on other sites More sharing options...
lfr Posted June 20, 2008 Author Share Posted June 20, 2008 Thanks, a good idea ideed, especially because I want to do other things with Linux too! Lafer Link to comment https://forums.phpfreaks.com/topic/111135-printing-server-side-with-php/#findComment-570537 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.