PHP and SQLite Database Tutorial

Creating a Database Connection with SQLite3 using PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create a Database Connection with SQLite3 in PHP using the Object-Oriented Programming (OOP) Approach. I will also teach you the basic way of creating a database table in SQLite3 in PHP. The tutorial aims to provide students new to PHP Language a reference to learn about PHP and SQLite3 Integration. Here, snippets and sample scripts will be provided.

Submitting POST Data Without Refreshing/Reloading the Page In PHP and SQLite3 Tutorial

Submitted by razormist on
Learn on how to create a Submit POST Without Page Refresh In SQLite3 using PHP. An advanced PHP coding technique that can store the data inputs without page refresh in SQLite with the use of jQuery ajax. This is helpful when you want to store your data without refreshing the page info.

CRUD Operation using PHP and SQLite3 Database Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to CRUD(create, read, update and delete) which is also the same as shown, add, edit and delete on SQLite3 using PHP. SQLite as per site description is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.