Yet another random software query. This time I’m checking out a simple web-based front end to a database. So far, I’m liking these two, though I haven’t tested much:
DaDaBIK: http://www.dadabik.org/
Ministry of Truth: http://mot.sourceforge.net/
I basically want to maintain a database via the web; allow ok’d site users to easily input data, allow anybody to search it with a simple interface, and hopefully build small static HTML snippits out of it to include in other pages via ssi (yes, I could access the DB directly via a script, but I’m not going there right now).
Nothing fancy; only a few fields, relational would be nice but not necessary, and it’s only going to include a few thousand records.
Anybody have experience with either of these scripts, or with something better?