PHP AJAX

Web Push Notifications in PHP

Sending Web Push Notifications with the content from PHP to the browser using the Notification class. ...

October 6th, 2022

PHP Pagination Code with Search using AJAX

A simple example for PHP pagination code with search and sorting feature with AJAX . ...

March 17th, 2022

Change Order of Images in Photo Gallery with Drag and Drop using PHP AJAX

Drag and drop is a convenient UI feature for users when handling elements. In particular, while displaying images in a gallery and allowing ...

September 17th, 2018

How to Create Facebook Like Infinite Scroll Pagination using PHP and jQuery

Seamless UI / UX is a must for your application to standout in this noisy web world. Every day we are seeing revolutionary changes with inno ...

August 21st, 2018

PHP Star Rating System with JavaScript

Star rating feature allows the user to grade the service, product, web page, etc. Star rating also allows the owner to understand the user p ...

June 27th, 2018

Load Dependent Dropdown on Multi-Select using PHP and jQuery

Dependent dropdowns are multiple dropdown fields whose values depends on the other dropddown and they are loaded dynamically based on user s ...

May 29th, 2018

Country-State-City Example: Cascading jQuery AJAX Dependent Dropdown in PHP

A best example for creating dependent dropdown with three most required inter-dependent entities country, state, city using PHP, MySQL and A ...

April 24th, 2018

AJAX Pagination with PHP

In this tutorial, we will see an example PHP code to add pagination to a list of records retrieved from a database. I am using AJAX to fetch ...

March 11th, 2017

Facebook Like Header Notification in PHP

Like social networking websites, we can see notification alerts on Facebook in the page header. This tutorial will add header notifications ...

November 22nd, 2016

Sorting MySQL Row Order using jQuery

In this tutorial, we are going to learn how to change the MySQL row order. We are using jQuery to display a sortable list of MySQL rows. We ...

January 31st, 2015

↑ Back to Top