faqts : Computers : Programming : Languages : PHP : General Information : PHP5

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 9 people (78%) answered Yes
Recently 7 of 9 people (78%) answered Yes

Entry

How do I use the sqlite extension?

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