bryanptcs Posted January 15, 2007 Share Posted January 15, 2007 Is there any kind of code/function that will send a table from my db to the printer? Link to comment https://forums.phpfreaks.com/topic/34306-send-mysql-table-to-printer/ Share on other sites More sharing options...
Psycho Posted January 15, 2007 Share Posted January 15, 2007 Directly? Not that I know of. You would need to do a query for the records you want and format it into an HTML page or into an export file (txt, excel, etc.). If you have phpmyadmin you can easily export the data from a table into a few different formats that can be easily printed. Otherwise, creating your own script would be very easy to do. Link to comment https://forums.phpfreaks.com/topic/34306-send-mysql-table-to-printer/#findComment-161374 Share on other sites More sharing options...
soycharliente Posted January 15, 2007 Share Posted January 15, 2007 Agreed. Link to comment https://forums.phpfreaks.com/topic/34306-send-mysql-table-to-printer/#findComment-161376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.