Current Page: 1 of 1
Results 1 - 9 of 9
11 years ago
gginnj
I'm running 5.3.8, so I know it works for that. Did you try to create a very simple php program. <?php echo "THIS IS A TEST<BR />"; ?> and see if you get the error message. If you get an error on the above, you have a different issue and that will need to be resolved first. Then you can work on getting the php_printer module to work. GG
Forum: WampServer English
11 years ago
gginnj
It's been awhile now since I downloaded WAMP and setup php_printer, so I can't say for sure whether when I uninstalled 64bit, and reinstalled the 32bit WAMP whether I had to install php_printer or not, I seem to remember not having to install it, just set the config file to load it on power up, but in checking my ext folder, php_printer.dll does have a different date, so I must have installed it.
Forum: WampServer English
11 years ago
gginnj
You really should not need to worry about whether it's vc6 or vc9. Normally, php_printer is not active by default. so you will need to go into the config utility, and select php_printer for use. Once you do that, assuming you have the 32 bit version of WAMP loaded, It's best to shutdown WAMP, then restart it to activate the changes but that is all you should need to do. GG Click on the &quo
Forum: WampServer English
12 years ago
gginnj
Below to SELECT printers, and how to loop through. Not sure how to determine if it's the default printer - Didn't need to do that for my usage. <?php $plist = Array(); $pdesc = Array(); $printers=printer_list(PRINTER_ENUM_LOCAL); $printer2 = unserialize(serialize($printers)); $numptr=count($printer2); ?> <?php for ($loop=0 ; $loop<$numptr ; $loop++)
Forum: WampServer English
12 years ago
gginnj
OK...32bit in place, and the php_printer is loaded fine.... Thanks for the assist.
Forum: WampServer English
12 years ago
gginnj
Are there any 64bit extensions for php_print? Or should I just reinstall WAMP, using the 32bit version?
Forum: WampServer English
12 years ago
gginnj
It's the x64 wampserver. I tried both the vc9 and vc6 versions, but they were datestamped from 2010 - not sure if they aren't compatible with latest php / wampserver. I also tried downloading a pecl.zip file, and moved that php_printer.dll over as well. All gave the same error message.
Forum: WampServer English
12 years ago
gginnj
Since I'm having issues with php_printer, are there any other methods to print to the printer(s) available to the SERVER side, I'm not interested in printing on the Client side? Thanks
Forum: WampServer English
12 years ago
gginnj
I'm trying to use the php_printer functions, however, can not find an extension that will work with WAMP php 5.3.8 - I put the dll in the exe folder and when I restart WAMP, I get the following error: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.8/ext/php_printer.dll' - %1 is not a valid Win32 application Any suggestions? Windows 7 installation
Forum: WampServer English
Current Page: 1 of 1