Re: [PHP] PHP Printer

2007-03-14 Thread Tijnema !
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

Re: [PHP] PHP Printer

2007-03-14 Thread Jim Lucas
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

Re: [PHP] PHP Printer

2007-03-14 Thread Tijnema !
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

Re: [PHP] PHP Printer

2007-03-14 Thread Jim Lucas
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

Re: [PHP] PHP Printer

2007-03-14 Thread Tijnema !
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

Re: [PHP] PHP Printer

2007-03-14 Thread Tijnema !
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

[PHP] PHP Printer

2007-03-14 Thread raaj sharma
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

Re: Betr: [PHP] php - printer button

2003-07-01 Thread Jyry Kuukkanen
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

Re: Betr: [PHP] php - printer button

2003-07-01 Thread nasar
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

Re: Betr: [PHP] php - printer button

2003-07-01 Thread nasar
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

Betr: [PHP] php - printer button

2003-07-01 Thread Dore van Hoorn
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

[PHP] php - printer button

2003-07-01 Thread nasar
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

[PHP] php printer functions...

2002-04-18 Thread Jimmy
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

[PHP] PHP Printer functions

2002-03-14 Thread J. Wharton
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