Re: Print..
From: Kim Steinhaug (kim_at_steinhaug.com)
Date: 11/27/03
- Next message: William Bailey: "Re: [PHP] Getting the required GD Memmory Usage."
- Previous message: Kim Steinhaug: "Re: Associative vs normal arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Thu, 27 Nov 2003 20:47:22 +0100
Fix your clock!
Post like theese really screws up the layout in my newsreader!
--
Kim Steinhaug
---------------------------------------------------------------
There are 10 types of people when it comes to binary numbers:
those who understand them, and those who don't.
---------------------------------------------------------------
"Daniel Antonio De Lima" <daniel.lima@campinet.sp.gov.br> wrote in message
news:001d01d55cc5$f38cc7a0$8f0010ac@campinet.sp.gov.br...
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
- Next message: William Bailey: "Re: [PHP] Getting the required GD Memmory Usage."
- Previous message: Kim Steinhaug: "Re: Associative vs normal arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|