0
Printing from PHP pages?
New Here
,
/t5/dreamweaver-discussions/printing-from-php-pages/td-p/3829126
Jan 11, 2012
Jan 11, 2012
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.
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
LATEST
/t5/dreamweaver-discussions/printing-from-php-pages/m-p/3829127#M195543
Jan 13, 2012
Jan 13, 2012
Copy link to clipboard
Copied
<?php echo '<a href="javascript:window.print()">Print</a>';?>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

