I\'m new to SQLite3 and PHP and was wondering whether and how I could connect to a SQLite3 database with PHP.
How would I get the data from the db and would it be po
SQLite is enabled by default with PHP. You have to use the built-in class SQLite3 (you will find some examples on this page).