I've used Crystal Reports a lot to visually create my reports based on queries in the database. It was very easy to group repeated information into the query.
I have searched for PHP software or libraries to do the same thing in web environment, ie reports on PHP pages searching from a MySQL database. I have not found anything that I can handle so efficiently. I need to manually do each report and work the loops, ifs, totals, etc.
Is there any software where I visually model my report, with its groupings etc, then generate HTML + PHP code for dynamic reports?