I've made a CGI script can insert, update and delete rows in a table. It started as a project directed towards a specific table, but I soon realized that it is possible to do a generic CGI script to handle any table. So I've done that. Now I want someone to test it. Notice however that it is still considered early beta, but it works for me. WebDB - Uses PostgreSQL now, but should be able to use any DB supported by Perl DBI. - Inserts, updates and deletes rows in any table in any database - Is configurable by simple configuration files. One file pr. page; one file pr. language (Currently there is English and Danish) - Is beta software - Only supports one table and one key field pr. page in this version I have plans for more, but that may depend on feedback. If you'd like to try it, please email me and I'll send a tar file. It's only a few KB.