>From the PHP manual (http://www.php.net/manual/en/ref.printer.php):
These functions are only available under Windows 9.x, ME, NT4 and 2000. They
have been added in PHP 4 (4.0.4).
Rudolf Visagie
[EMAIL PROTECTED]
-----Original Message-----
From: MBK [mailto:[EMAIL PROTECTED]]
Sent: 27 August 2001 01:59
To: Daniel Antonio de Lima; [EMAIL PROTECTED]
Subject: Re: [PHP] Print..
the function printer_open() or printer_write() doesn't exist in php.
I don't know where you saw those functions.
----- Original Message -----
From: "Daniel Antonio de Lima" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 27, 2019 12:55 PM
Subject: [PHP] Print..
Good Morning....
I am working with PHP 4.0.6, and I do not obtain to send given of the page
for the printer. I use function " PRINTER_OPEN() ", I make the manual in
accordance with, exactly thus it gives an error to me of indefinite
function. What it can be?
Fatal error: Call you undefined function:printer_open()
$print = printer_open();
$print = printer_open("LPT1 ");
printer_write($print, " Test of printer ");
printer_write($print, " Test of printer ");
printer_write($print, " Test of printer ");
$print = printer_close();
e this error it even gives to me with function " PRINTER_WRITE() ", could
give tips of that he can be happening.
Yours truly.
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]