How could I generate reports from available database in PHP?
Generating reports
Collapse
X
-
Markus is write.Originally posted by jayavidyaHow could I generate reports from available database in PHP?
But the methodology is simple...
Write a SQL statement that gets the data out you need.
pump that into the DB connection, and then loop through the results echoing them out in a table (or whatever you want)Comment
Comment