how can i print a particular table report in php??? or there are some tool needed.
Posted by: ryanpaul04 (119.95.79.---)
Date: June 12, 2008 01:45PM

can someone help me on how to print a particular table report in php???..or there is a software i need, just like a crystal report..thanks for the help i really appreciate it.. ^^

Options: ReplyQuote
Re: how can i print a particular table report in php??? or there are some tool needed.
Posted by: toivo (---.nsw.bigpond.net.au)
Date: June 12, 2008 03:34PM

If you mean printing the contents of a table and if you are using phpMyAdmin, you can export the contents of the table in various formats like CSV file, Excel, Open Document Text, PDF and so on. You can also use the SQL option which allows you to select the columns from your table and filter the rows, generally do everything with SQL SELECT statement, including concatenation and formatting.

MySQL Administrator has a Query part which is very handy for generating reports from joined tables. You can also right click a table and export the rows into HTML or Excel.

Regards,

toivo
Sydney, Australia

Options: ReplyQuote


Sorry, only registered users may post in this forum.