How to connect to a SQLite3 db with PHP

前端 未结 3 835
庸人自扰
庸人自扰 2020-12-09 02:22

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

3条回答
  •  [愿得一人]
    2020-12-09 02:45

    SQLite is enabled by default with PHP. You have to use the built-in class SQLite3 (you will find some examples on this page).

提交回复
热议问题