jdorn / php-reports

A PHP framework for displaying reports from any data source, including SQL and MongoDB
http://jdorn.github.com/php-reports
GNU Lesser General Public License v3.0
478 stars 234 forks source link

Does PHP reports support insertion of the data into database using MySQL Reports? #140

Open ghost opened 10 years ago

ghost commented 10 years ago

Does PHP reports support insertion of the data into database using MySQL Reports?

jdorn commented 10 years ago

You can run any SQL you want in reports, including INSERT statements. I don't recommend that though