Practice PHP Programming

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

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.

Creating a CRUD Operation using PHP/PDO and Ajax with Bootstrap/Modal Tutorial

This tutorial tackles how to Ajax CRUD(create, read, update, delete) Operation using PDO with Bootstrap/Modal. We use ajax so that the page won't reload after the successful action and in this tutorial, I've performed ajax using jQuery to our PHP API that uses PDO as an extension.