PM Report is a PHP/MySQL report generator. It creates customizable reports and is very simple to setup and use. You can select which database, table, and individual fields to use on your report. You can also select the order in which the fields should appear on the report, the field you would like to group by, the field you would like to sort by, and whether or not you would like a total for each column. Once the report has been generated, you can highlight individual rows and export the results to CSV.
| Tags | Database Internet Web Dynamic Content Front-Ends |
|---|---|
| Licenses | GPL Freeware |
| Operating Systems | Windows Mac OS X Mac OS X Windows Windows Windows POSIX Linux |
| Implementation | SQL PHP |
| Translations | English |
Recent releases


Changes: This release adds the ability to total rows of data instead of just columns. It also has better support for extremely long fields.


Changes: Changes include minor bugfixes for running and modifying saved reports.


Changes: The main changes includes the ability to save reports to a database and then modify or delete those saved reports in the future. Another small change is the ability to display a field without searching by that field. This is useful when selecting fields that may or may not contain NULL values.


Changes: Report generation and saved reports now work using POST variables instead of GET variables, so longer tables no longer cause errors.


Changes: This release allows you to save your report criteria, allowing you to run the same report at a later date without having to select everything again. It also allows you to copy and paste your report's URL so that you can link to the report you created from anywhere.