How to export a table on my page in excell format or pdf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

How to export a table on my page in excell format or pdf

Post by adsegzy »

Hello gurus,
Am having a page on my site where each members can view their transactions. i echoed the transaction out in a table. i want to create a button whereby on clicking this button the page/table will be exported in microsoft excell format or pdf format, is this possible?
Post Reply