Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing - Supressing the Header & footer

Status
Not open for further replies.

PeterMac

Programmer
Joined
Mar 9, 2001
Messages
51
Location
CA
I know that this may not be a PHP specific question, however I am wanting to generate custom reports with PHP and then be able to print them. Is there any way (I have even looked at window.print() in Javascript) to get rid of the URL and date thing at the bottom of the page and the Title and Page 1 of 3 thing at the top? And I would rather not have to use PDFlib if possible.

Peter
 
This is a browser question, not a PHP question.

Even if this behavior is programmatically alterable, PHP runs on the server, not the client.

I recommend you post your question in one of the browser fora.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top