RE: [PHP] Print page

2002-08-29 Thread Jay Blanchard
[snip] I'm using PHP to generate some report for printing. But when I print report from IE 5.0 browser, in the bottom of page IE prints URL of page. Can I remove it ? [/snip] Only in individual browser settings (like IE, File->Page Setup->Clear the Header and Footer boxes). There is no way to con

RE: [PHP] Print page

2002-08-29 Thread Collins, Robert
yes, but that is a browser function not php goto file -> page setup -> then remove the header and footer data Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] -Original Me

Re: [PHP] Print page

2002-08-29 Thread @ Edwin
> >Hi, >I'm using PHP to generate some report for printing. >But when I print report from IE 5.0 browser, in the bottom of page >IE prints URL of page. >Can I remove it ? Yes. Click on "File" -> "Page settings..." then find "Footer" and you'll see something like this: &u&b&d Take away the "&

Re: [PHP] Print page

2002-08-29 Thread Rosen
Thanks very much Rosen "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 003601c24f79$7ed376a0$8102a8c0@000347D72515">news:003601c24f79$7ed376a0$8102a8c0@000347D72515... > [snip] > I'm using PHP to generate some report for printing. > But when I print report from IE 5.0 browser, in the bo

Re: [PHP] Print page

2002-08-29 Thread Rosen
Thanks very much Rosen "Robert Collins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > yes, but that is a browser function not php > goto file -> page setup -> then remove the header and footer data > > Robert W. Collins II > Webmaster > New Orleans Regi

RE: [PHP] print page from php

2006-03-17 Thread Jay Blanchard
[snip] I have a web page with the results from several database queries. Now this page has an undefined horizontal and vertical size. Does anyone know if there is a php script available that will automatically split the webpage into parts that can fit on an A4 page? Or do I have to set boundaries

Re: [PHP] print page from php

2006-03-17 Thread Miles Thompson
At 09:57 AM 3/17/2006, Reinhart Viane wrote: All, I have a web page with the results from several database queries. Now this page has an undefined horizontal and vertical size. Does anyone know if there is a php script available that will automatically split the webpage into parts that can fit

RE: [PHP] print page from php

2006-03-20 Thread Reinhart Viane
Thx Miles and Jay -Oorspronkelijk bericht- Van: Miles Thompson [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 17 maart 2006 22:35 Aan: php-general@lists.php.net Onderwerp: Re: [PHP] print page from php At 09:57 AM 3/17/2006, Reinhart Viane wrote: >All, > >I have a web page

Re: [PHP] Print page without images

2004-07-20 Thread Curt Zirzow
* Thus wrote Gerben: > css: > > img{display:none;} Dont forget to mention the media: @media print { img { display: none; } } Of course this is going on the assumption you dont have things like Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've b

Re: [PHP] Print page without images

2004-07-19 Thread John W. Holmes
francesco[AT]automationsoft[DOT]biz wrote: I know that it is a simple and maybe elementary question, but there is in PHP a function, like print or echo, that print only the text of an HTML page on printer? No. Use CSS. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

Re: [PHP] Print page without images

2004-07-20 Thread Gerben
css: img{display:none;} "John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > francesco[AT]automationsoft[DOT]biz wrote: > > > I know that it is a simple and maybe elementary > > question, but there is in PHP a function, like print > > or echo, that print only the text of

Re: [PHP] Print page with default margins

2004-02-02 Thread Marek Kilimajer
Narcis Florea wrote: Hi, Hello, I'm using Apache/PHP/MySQL in my business project Thank you for using php! My big problem now is: How can I print a page on a standard page format, like "Letter, left margin: 0.25 inch, etc.) When I print, I must every time set page margin manually, and I want this