
How to Create Ajax Pagination and Filters With PHP
Learn how you can use JQuery, Ajax and PHP to search, filter and paginate through content like products and posts without reloading the page.
Learn how you can use JQuery, Ajax and PHP to search, filter and paginate through content like products and posts without reloading the page.
Learn how you can use a for loop to create pagination with offsets and limits using loops and PHP's built-in array_slice() function.
Learn how to convert CSV data into JSON (a JavaScript object), so you can manipulate it, perform calculations and display it as you see fit.
CSV is one of the most universal methods of exporting and importing data between apps and platforms, so knowing how to import them into a PHP web app is crucial and super simple to achieve.
In this post we'll add functionality to a form that allows the user to also sort the results of a multi-dimensional array using PHP's built-function, usort.
Infinite scroll is a great way to increase page load times by excluding content until a user is ready to see it. This article explains how it can be done.
With this tool, you can easily check if a South African Identity Number is valid.
Have a form that sends data that takes more than a few seconds to process? Prevent multiple form submissions with JQuery and even vanilla JavaScript.