Re: [PHP] printing html

2002-01-18 Thread PHP List
You could just change the code for the generated page to re-generate the page without the headers, etc. Then just link to the same page with a print command: echo "Click here for a printable version of this page."; if ($print <> "yes") include("header.inc"); Something like that anyways.

Re: [PHP] printing html

2002-01-18 Thread Richard Crawford
You might have better luck using the "Print" command from MSIE or Netscape, something which allows you to set up printer parameters. fitiux wrote: > Hi friends, =) > > someone have experience using printer functions ? > I mean... I would like to print a php generated page with a link withi