PHP Pagination Code with Column Sorting using AJAX

PHP Pagination Code with Column Sorting using AJAX

Hello everyone, today we will learn how to make Ajax Pagination with Column Sorting in PHP and MySQL. I am using AJAX to fetch user records as page data is loaded from the database (server-side) without reloading or refreshing the whole web page using jQuery and Ajax....

CRUD Operation using JSON File in PHP

In this article, we will discuss creating a CRUD Operation using JSON File in PHP. The PHP CRUD (Create, Read, Update, Delete) applications are often we do in building a website. JSON (JavaScript Object Notation) is lightweight and stores data as (key, value) pairs....

How to Embed PDF Document in HTML Web Page

In this tutorial, we will show you how to display an Embed PDF Document on an HTML Web Page. The PDF (Portable Document Format) document quickly and easily links to an HTML code into a webpage. This Embed PDF Document support all modern browsers. The PDF document’s...

Inserting Array values into MySQL using PHP

This is a short tutorial on how to insert a PHP Array into a MySQL database. You can not array values directly insert into the MySQL table. It is not supported. We have Four methods for PHP array value insert into MySQL database. MySQL database First We have to create...