mjhd / website_dev_questionaire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 7.4 with PDO SQLite Example

NIX Packages

  • php7.4
  • php7.4 PDO extension
  • sqlite3

Running

Each time this example is run, a sqlite3 database is created or appended to. A single message is appended and all records are retrieved and rendered on the page.

Thanks

Contents of this examples were taken from this tutorial.

About


Languages

Language:PHP 99.7%Language:Nix 0.3%