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.
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
2 matches
Mail list logo