In this tutorial, We have share how to integrate PayPal Express Checkout payment gateway in Codeigniter. The tutorial covered in easy steps with a live example.PayPal is a widely used payment gateway that allows you to accept payment online in the web application. Express Checkout is a fast an [...]
Category: Tutorials
In this tutorial, We have shared how to integrate Razorpay payment gateway in Codeigniter using cURL. Razorpay is the most popular payment gateway in India. Razorpay provides clean, fast, secure payments services with hassle-free integration with developer-friendly APIs. It allows online busin [...]
PDF stands for the Portable Document Format. The PDF format is commonly used for saving documents and publications in a standard format that can be viewed on multiple devices. In this tutorial, explains how to generate a pdf file in Codeigniter using TCPDF library.TCPDF is now one of the world [...]
File upload functionality is one of the most common requirements for most of the web applications. Codeigniter file upload library is very simple to use. CodeIgniter’s File Uploading Class permits files to be uploaded. You can set various preferences, restricting the type and size of the files [...]
Multi-language support or internationalization is an important feature of web applications. Most of PHP frameworks comes with multi-language support to add functionality using existing class and functions. CodeIgniter also comes with Language class to support multi-language. The Language class [...]
A contact page is a standard web page on a website used to allow the visitor to contact the Web Application admin. In this tutorial, you will learn how to create a CodeIgniter contact page with Bootstrap.
The post covered in easy steps with live to create a CodeIgniter contact page with Boo [...]
In this tutorial, you can learn CRUD operations in Codeigniter and MySQL. CRUD stands for create, read, update and delete. Create means inserting data into the database using INSERT SQL statement. Read means reading data from database using SELECT SQL statement. Update means updating records u [...]
In this post, we will explain how to use most popular dataTables plugin using Ajax with Codeigniter framework and also using custom searching. Datatable is a highly flexible jQuery plugin that’s used to convert HTML tables into a useful grid layouts. DataTables is a jQuery plugin that can prov [...]
Registration and Login is one of the primary module in any data management system. In this tutorial, we will explain how to create user Registration authentication and user Login system using the CodeIgniter with activation process. Once active the user can login, a reset option is available t [...]
In this post, we will explain how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data. Excel is the best technique to Export data in a file and you can easily export data to Excel using Codeignite [...]