WyForm is a Web interface to generate HTML forms and related SQL tables. Created forms can than be played, and data collected and saved as CSV. Collected data are also sent to the email addresses associated to the form (if any). WySQL is required for dbms connection and querying. WyCSV is optionally configurable to dump forms data into CVS files.
| Tags | Database Front-Ends Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux OS Independent |
| Implementation | PHP |
- All comments
Recent commentsHi Mauro
A very good project indeed, I wonder if there is a way to use Wyform to import a cvs file to the database.
I guess you may wonder why I want to do that. So I will explain a little bit:
Imaging that you create and set a database, then this database has to be feed by another person, the problem is that they have so many records so this person can not input say 200 records per day(whit the clasic one by one form), but all the information they have is in a cvs file.
So I want to create a web front end similar to the import option in phpmyadmin for external users as I do not want them to mess up with phpmyadmin.
Regards
yopero