In online marketing, a shopping cart is a piece of software that facilitates the purchase of products. The Cart Class permits items to be added to a session that stays active while a user is browsing your site. These items can be retrieved and displayed in a standard “shopping cart” format, al [...]
Category: Codeigniter
In this tutorial, We will learn how to autocomplete search with dynamic data using CodeIgniter and bootstrap typeahead input. I use jQuery AJAX to call the PHP, MySQL script to read the data from the database and autocomplete dynamically. We will use a MySQL database for the country list. We h [...]
In this tutorial, I am going to explain the dynamic dependent country state and city dropdown using jQuery Ajax in Codeigniter and MySQL. Dynamic dependent select box is used to implement country state city dropdown functionality. Using jQuery Ajax in Codeigniter and MySQL, you can easily impl [...]
Simple CRUD implementation with CodeIgniter using Mysql, Ajax, and Bootstrap Model, CRUD stand for basic operations like Create, Read, Update and Delete performed on the database. So in this post, we will learn to insert update delete in CodeIgniter using jQuery Ajax. We will cover this tutori [...]
In this tutorial, you will learn how to submit a form using MySQL, jQuery and Ajax with custom Validation. Here, I have created a responsive Bootstrap form which will take some inputs from you such as full name, Email, Contact No. and comment. You can view the live demo from the Demo link and [...]
Image uploading and cropping is the most important functionality of any web project.In this article, I have also shared the Live Demo and Source Code to upload and crop images in a boot model using Codeigniter, MySql, and jQuery.This is a simple jQuery image cropping plugin cropper.js.
Step [...]
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 [...]
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 [...]