On 27 Feb 2011, at 5:51pm, Matt Young wrote:

> I am a regular user of sqite at the office, but I want to progress to sqlite
> web access via the web.  Who has the best widgets for that? Web space not a
> problem.  Widgets that work in blogger pages would be nice, but I can start
> fresh also.

If you use PHP to write your web pages you can have PHP use SQLite to maintain 
its databases.  There are three APIs that can be used to do this but if you're 
interested in SQLite specifically I recommend this one:

http://www.php.net/manual/en/book.sqlite3.php

which gets closest to the spirit of SQLite while doing things in a usefully 
object-oriented way.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to