On 3/14/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
> On 3/14/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
>> raaj sharma wrote:
>> > Sir,
>> > I am trying to use printer functions in my script.pls. help me. The
>> printer is working fine with other documents of ms-word etc.
>> > pls. h
Tijnema ! wrote:
On 3/14/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
raaj sharma wrote:
> Sir,
> I am trying to use printer functions in my script.pls. help me. The
printer is working fine with other documents of ms-word etc.
> pls. help me
>
> Thanx
> Raaj
>
> The code is:
>
> $handle = printer
On 3/14/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
raaj sharma wrote:
> Sir,
> I am trying to use printer functions in my script.pls. help me. The printer
is working fine with other documents of ms-word etc.
> pls. help me
>
> Thanx
> Raaj
>
> The code is:
>
> $handle = printer_open("");
> printe
raaj sharma wrote:
Sir,
I am trying to use printer functions in my script.pls. help me. The printer is
working fine with other documents of ms-word etc.
pls. help me
Thanx
Raaj
The code is:
?>
It is giving errors like :
Warning: printer_open() [function.printer-open]: couldn't connect t
e
From: Tijnema ! <[EMAIL PROTECTED]>
To: raaj sharma <[EMAIL PROTECTED]>
Cc: php-general@lists.php.net
Sent: Wednesday, March 14, 2007 2:04:12 PM
Subject: Re: [PHP] PHP Printer
On 3/14/07, raaj sharma <[EMAIL PROTECTED]> wrote:
> Sir,
> I am trying to use printer funct
On 3/14/07, raaj sharma <[EMAIL PROTECTED]> wrote:
Sir,
I am trying to use printer functions in my script.pls. help me. The printer is
working fine with other documents of ms-word etc.
pls. help me
Thanx
Raaj
The code is:
You should define which printer to open, or remove the ""
printer_w
Sir,
I am trying to use printer functions in my script.pls. help me. The printer is
working fine with other documents of ms-word etc.
pls. help me
Thanx
Raaj
The code is:
It is giving errors like :
Warning: printer_open() [function.printer-open]: couldn't connect to the
printer [] in C:\a
On Tue, 1 Jul 2003 [EMAIL PROTECTED] wrote:
>
> On Tue, 1 Jul 2003, Dore van Hoorn wrote:
>
> > This is not exactly what you've asked for, but perhaps you're able to use
> > it anyway. It is the PHP script I use to create a print-friendly page:
> > Everything between and
On Tue, 1 Jul 2003, Dore van Hoorn wrote:
> This is not exactly what you've asked for, but perhaps you're able to use
> it anyway. It is the PHP script I use to create a print-friendly page:
> Everything between and
On Tue, 1 Jul 2003, Dore van Hoorn wrote:
> This is not exactly what you've asked for, but perhaps you're able to use
> it anyway. It is the PHP script I use to create a print-friendly page:
> Everything between and
uot;;
flush ();
?>
>-- Oorspronkelijk bericht --
>Date: Tue, 1 Jul 2003 18:30:54 +0700 (WIT)
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [PHP] php - printer button
>
>
>
Dear all,
I have research about library automation engine in my library.
developing on PHP
Dear all,
I have research about library automation engine in my library.
developing on PHP + MySQL
We need to develop printer utility at some module to get print out
transaction.
Can I do this utility using SUBMIT BUTTON under HTML & PHP?
how to make the php printer script?
help... please & th
I'm running PHP 4.1.1 on a Win2K box. If I understand the manual correctly,
the printer functions have been integrated into PHP as of v4.0.4. However,
when I try to call any of the printer functions, nothing works.
Any ideas or suggestions?
TIA
-josh
--
PHP General Mailing List (http://ww
I am attempting to change the orienation of printing for a page with a huge
table to landscape instead of portrait.
This is the code I used:
$defprintercon=printer_open();
printer_set_option( $defprintercon, PRINTER_ORIENTATION,
PRINTER_ORIENTATION_LANDSCAPE);
printer_close($defprintercon);
When
14 matches
Mail list logo