By "hard copy" I assume you mean a printout of the table? You could just write a PHP script which grabs all the rows from that table, loop through and output as a table in HTML and let the user print that page. For bonus points, add a print stylesheet in your CSS to format it nicely for print.