|
This is what I would suggest.
A webform that had a mysql database backend. Users submitted data via the form and the data was entered into the mysql database for storage.
Another webscript could be constructed to basicly export the mysql database in CSV format or you could then use phpmyadmin (a php based mysql interface) to export the database in CSV format.
|