Infinite scroll is a type of pagination where data load automatically while the user scrolls the page.
MySQL database data is loaded using AJAX.
The process will continue until all data is not displayed.
In this tutorial, I show how you can load content on page scroll using jQuery AJAX in CodeIgniter 4.