0

I try to create a page that will print directly my images in php. I made on the internet and it seems that there are functions in php that can do that but I can not ENTERING these functions because apparently I do not have the extension installed php_printer now I ask for help to install this extension.

user2864740
  • 60,010
  • 15
  • 145
  • 220
djodev
  • 13
  • 4
  • 9

1 Answers1

0

First of all, you have to get this extension. After that you must put this inside your extension folder, it depends if you'are using wamp, lamp etc... After inserted your extension inside folder, you have to edit php.ini file. Search for extension entries inside the file and add a line: extension=php_printer.dll

romulos
  • 268
  • 1
  • 2
  • 10