I've got sqlite3 running fine from commandline. However using php on n800 through browser, it appears to not work because db written/used are old sqlite2 format Does anybody know of another way than PHP tto have browser HTML form feed into sqlite3 database? Even a non-browser GUI would work, where you don't have to manually remember fields and type in complete SQL syntax each time I want to add items? I have faint memories of ptograming input screens in basic, but...