Pagination is one of the most frequently used features for web applications. Pagination is the process of dividing a document into discrete pages. In this post, We have share how to implement Load more data on page scroll using jQuery, Ajax and Codeigniter.
Whenever the user scrolls from top [...]
Category: PHP
2Checkout Payment Gateway API allows you to accept payment credit cards or debit card on your web application. 2Checkout PHP library helps to connect the Payment API, create a charge against credit card or debit card and payment process. In this article, I will explain you step by step process [...]
Stripe is the popular payment Gateway. Stripe Payment Gateway clean, fast, secure payments services and a powerful way to accept credit cards directly on the web application and Developer Friendly API.
In this post, We have share how to integrate Stripe payment gateway using Codeigniter. Th [...]
Google Calendar allows users to create and edit events. Reminders can be enabled for events, with options available for type and time. Event locations can also be added, and other users can be invited to events. In this article, you will learn how to work with the Google Calendar API with Code [...]
In this tutorial, We will explain how to Implement Calendar in CodeIgniter.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 design. In addition, you can [...]
In this tutorial, we have to share how to log in with Remember Me using CodeIgniter and MySQL. Remember me function is used to save the login details in the login form entered by the user. This is a very user-friendly feature that helps the user in reducing user attempts and stop to type login [...]
Sending an email is a very common activity in web applications. This tutorial will explain to you How to Send an Email With Attachment Codeigniter. The email send functionality is used to send notification emails to users. Many times we need to send an email with text or HTML content and attac [...]
A Table is an arrangement of columns and rows that organizes and positions data. DataTables is a table enhancing plug-in for the jQuery Javascript library, adding sorting, paging, and filtering abilities to plain HTML tables with minimal effort.
In this tutorial you will learn about jQuery [...]
In this tutorial, We will explain to you Exporting functionality with Datatable, PHP, MySQL, and AJAX. Export data functionality makes your web application user-friendly and helps the user to maintain list data. We will cover this tutorial in easy steps to create a live demo to create Exportin [...]
In this tutorial, We will explain to you how to use highlight words from a search with PHP and MySQL. The PHP preg_match_all() function is used to perform a regular expression search and add a element to each matched string. Highlighting keywords in search results will help a user to easily id [...]