PHP Classes

What is the best PHP mysql report class?: Build a nice report

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP mysql report class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP mysql report class?

Edit

Picture of Yiu 2015 by Yiu 2015 - 14 days ago (2022-12-17)

Build a nice report

This request is clear and relevant.
This request is not clear or is not relevant.

+1

I want to build a nice report from MySQL queries.

Ask clarification

1 Recommendation

PHP MySQL Table Information: Creates a PDF report with a MySQL table structure

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Stefan Kientzler by Stefan Kientzler package author package author Reputation 310 - 14 days ago (2022-12-17) Comment

Even if the request 'build a nice report' is very general and subjective, I think that the following package can help. Otherwise, the request may should be formulated a little more specifically...

Using this package, you are able to generate a report containing all Inforations to a given MySQL database (including all Tables, Triggers, Stored procedures)

  • 1 Comment
  • 1. Picture of Stefan Kientzler by Stefan Kientzler package author package author - 12 days ago (2022-12-18) Reply

    OK - so i think, the package

    11553-PHP-Generate-PDF-documents-with-tables-displaying-data.html#information

    could give you the ability to generate any report from the result of a SQL query.

    Just replace the following loop in the example

    for ($iRow = 1; $iRow <= 100; $iRow++) {

    with a construction like this:

    $res = $db->query("SELECT * FROM myTable"); while (($row = $res->fetch_array(MYSQLI_ASSOC)) != false) {


Recommend package
: 
: