PHP Tutorial for Beginners

Creating HTML List Pagination, Display Length, and Search in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will be creating a simple HTML List Pagination with Display Entries Length and Search. This tutorial is really useful for optiomizing your website for display bulk data. With the said Web App Feature, this will help to limit the data to display from database, prevent long page scroll, and fast loading. Mainly, the idea of this tutorial focuses to the HTML

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.

Inline Table Row Insert, Update, and Delete using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you wil learn how to create an Inline Table Row Insert, Update, and Delete using PHP/OOP, MySQL Database,and JavaScript (jQuery adn Ajax). Our main goal for this tutorial is to display data from database to HTML table that can add, editm remove table row dynamically. The table cells in the table will be editable if the user add or edit a row. The source code must have a field validator for required fields and field text types.

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

Submitted by nurhodelta_17 on
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.

Creating a CRUD Web App using CodeIgniter, jQuery, and Ajax Tutorial

Submitted by nurhodelta_17 on
This is a simple Ajax CRUD Operation using CodeIgniter with the help of jQuery to handle our HTTP request. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller). One advantage of using Ajax is that you don't need to reload the page after a certain action.

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.