Accessing SQLite database with PHP

Amr Ragaey

New Member
I am interested in using a SQLite database in my next project because it needs to be ultra-portable and a simple file that a class can connect to and use as a database seems perfect.After Google'ing a bit I found this:http://php.net/manual/en/book.sqlite.phpBut that seems to work with an older version of SQLite and doesn't seem to be reccomended. Does anyone know what class or functions etc I should be using to use an SQLite database? I plan to write my own class for interfacing with the database, so preferably just some functions like in the link I posted but with the up-to-date version of SQLite.Any help is appreciated, thanks.
 
Back
Top