Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • sqlite3

Tag: sqlite3

Introduction Here in this tutorial I will show you how to configure Codeigniter 3.1 and SQLite3 in Windows environment. You can choose any database from a number of supported databases in Codeigniter framework but here I am going to use SQLite, which is in-memory database and also fit for quick PoC projects. SQLite a small,…

1 Comment on Configure Codeigniter 3.1 and SQLite3 in Windows
Posted in Codeigniter SQLite

Configure Codeigniter 3.1 and SQLite3 in Windows

Introduction Here we will see how to create CRUD example using SQL scripts in PHP and SQLite3. We can easily execute SQL statement in PHP to perform CRUD operations but when you have lots of SQL statements to create tables then you will find easier to execute SQL scripts rather than executing individual SQL statements…

Leave a Comment on CRUD Example using SQL Scripts in PHP and SQLite3
Posted in PHP SQLite

CRUD Example using SQL Scripts in PHP and SQLite3

Introduction In this tutorial I am going to show you how to configure PHP 7 and SQLite3 in Windows environment. By default SQLite3 extension comes with PHP 5.3.0 or higher version of PHP. So you don’t need to download it. SQLite3 is not enabled by default in Windows environment. So you must enable it before…

1 Comment on Configure PHP 7 and SQlite3 in Windows
Posted in PDO PHP SQLite

Configure PHP 7 and SQlite3 in Windows

Categories

Copyright © 2014 - 2023 Roy Tutorials

Privacy | Terms & Conditions