Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
<?php echo '<a href="javascript:window.print()">Print</a>';?>