Printer functions do not work

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

Printer functions do not work

Post by bugthefixer »

Whenever i try to use printer_open()... i get this error ...

Fatal error: Call to undefined function printer_open()

When i tried to enable extension=php_printer.dll ... i couldnt find it in php.ini so i put it where all the other extensions are defined.. but still i am getting this error although php_printer.dll is right their in my ext folder....

Any1 has any idea wat could be the problem...
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Perhaps this thread is related? : viewtopic.php?t=28737
Post Reply