Pagination, also known as paging, is the process of dividing a document into discrete pages.The dynamic record is loaded from the server automatically while scrolling page down. Infinite scrolling is a user-friendly way to load additional content on the web application. In this post, We have share how to implement Load more data on page scrol [...]
Category: PHP
Pagination, also known as paging, is the process of dividing a document into discrete pages.Pagination allows us to break down our results into small manageable parts. In this tutorial I am going to explain how to create pagination or feature using Pagination Using CodeIgniter and MySQL. This is a very simple example, you can just copy paste [...]
In this tutorial, We share how to Implement Calendar in CodeIgniter with jQuery AJAX. A calendar is a system of organising task, meeting, event and more. CodeIgniter Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its [...]
In this tutorial, I explain how you can develop CodeIgniter Login and Registration System using MySQL with Bootstrap 4. I will just cover registration form in very simple without email verification. By using this user can easily register, first name, last name, email, password, contact_no, address and dob fields. After submitting form, the da [...]
PHP, known as the most popular server-side scripting language in the world.It makes the development process much easier and helps to reduce development costs and time.PHP frameworks complement PHP, by providing developers with some pre-built modules, a platform to create robust, reusable components, and by enabling faster development cycles. [...]