How to use sqlite database with xampp using php

Viewed 41605

How to install sqlite or sqlite 3 database with xampp server and how to use sqlite or sqlite 3 database using php scripts or programs...

4 Answers

To activate SQLite3 in Xampp (v3.2.2). Open xampp/php/php.ini, un-comment the line ;extension=sqlite3 (retrieve the ;), save the php.ini and restart your Xampp server.

Related