Skip to main content
Known Participant
January 11, 2012
Question

Printing from PHP pages?

  • January 11, 2012
  • 1 reply
  • 351 views

I have several PHP pages that contain dynamic repeat tables storeing production information. I want to add a "print" button to the page that when clicked will print the table so we can have paper copies as well. Any ideas are greatly appreciated. Thanks a lot.

This topic has been closed for replies.

1 reply

Inspiring
January 14, 2012

<?php echo '<a href="javascript:window.print()">Print</a>';?>