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 possible to output them on a browser screen?
I’ve been searching the web for a while now, but couldn’t find anything.
Thank you.
Taken from here: PHP: SQLite3::query – Manual