![]() |
|
|
+ Search |
![]()
|
Sep 17th, 2004 10:54
Philip Olson,
SQLite is essentially a simple SQL based database that creates and uses simple text files, files that the SQLite user creates. Here are a few SQLite tutorials: SQLite Introduction --------------------------------------------------- * http://www.zend.com/php5/articles/php5-sqlite.php Book: Upgrading to PHP 5 (Chapter on SQLite) --------------------------------------------------- * http://www.oreilly.com/catalog/upgradephp5/chapter/ch04.pdf PHP 101 (part 9): SQLite My Fire! --------------------------------------------------- * http://www.zend.com/php5/abs/php101-9.php PHP Manual: --------------------------------------------------- * http://php.net/sqlite If you're looking for a GUI interface to sqlite then check out the following resources: * http://www.phpguru.org/static/phpSQLiteAdmin.html * http://www.sqlite.org/cvstrac/wiki?p=SqliteTools * http://wiz.homelinux.net/php.php#WizSQLiteAdmin