I want to send text files to the print directly from PHP script (for example print a receipt after I have inserted records to my DB).
Is this possible using php_printer.dll
?
I have tried to install this extension (in php.ini
), but I get errors. Is this extension available with PHP 5.3.x?
Is any other way?