Hi,
I want to print something. But i get the error : Call to undefined
function: printer_open() in C:\Program Files\Apache
Group\Apache2\h tdocs\printer.p hp on line 4
follow by a messagebox : unable to load dynamic library './php_printer.dll '
Where can I find this library?
I have change my php.ini in :
extension=php_p rinter.dll
I take the example code
<?php
$handle = printer_open();
printer_write($ handle, "Text to print");
printer_close($ handle);
?>
thx
I want to print something. But i get the error : Call to undefined
function: printer_open() in C:\Program Files\Apache
Group\Apache2\h tdocs\printer.p hp on line 4
follow by a messagebox : unable to load dynamic library './php_printer.dll '
Where can I find this library?
I have change my php.ini in :
extension=php_p rinter.dll
I take the example code
<?php
$handle = printer_open();
printer_write($ handle, "Text to print");
printer_close($ handle);
?>
thx