On 30 Oct 2010, at 10:29pm, Stephen Chrzanowski wrote:

> Please post how you manage to get PHP to use Sqlite3 without PDO

There is yet another SQLite interface:

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

It's object-oriented, so of you don't already use OO in PHP you're going to 
have to learn how.

I find it very amusing that SQLite is so useful to PHP users that there are 
three different APIs to do it.  Yes, I know one's obsolete, but it's still 
included in the default compilation configuration.

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

Reply via email to