hi
on click of print btn call new php
in that php save ur inserted data in database
n below display that data by fetching table
<?php if(submit){ save all data}?>
<html>
display data
</html>
n atlast row write one script:
<script language='javascript'>
window.print();
</script>