Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Printing from PHP pages?

New Here ,
Jan 11, 2012 Jan 11, 2012

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
338
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jan 13, 2012 Jan 13, 2012
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines