Looking for a web form creating application for sqlite or mysql
Avi Greenbury
lists at avi.co
Tue Oct 4 23:11:58 UTC 2011
Chris G wrote:
> Obviously there will need to be some customisation/configuration but
> if I can effectively define what is shown by specifying the database
> columns as I want then that should be it.
Three options that come to mind are:
1) Write an interface in PHP or similar. You'll get exactly what you
want, but will probably need to learn something. It's not *hard*, but
there may be several new things to understand.
2) Use a spreadsheet app, save the filled-in form as a CSV and then
import that into whatever db you want.
3) Use a db admin app (like PHPMyAdmin) with a user granted only those
permissions needed (just inserts?). Bit messy, but nice and quick.
--
Avi
More information about the ubuntu-users
mailing list