In Set and Display Session Data in CodeIgniter, first we have to learn a little bit about Session in CodeIgniter. When we develop a website, we need to track user’s state and activity for this we have to use Session. In CodeIgniter session library or class already available to use. We just initialize it on […]
Category: Codeigniter

Integrate Google reCaptcha in Codeigniter
reCaptcha is a user validation service that is provided by Google for free. Today we Integrate Google reCaptcha in Codeigniter signup form. Here you also learn how to use google recaptcha on Codeigniter, completely. The main purpose of this topic to prevent the signups from the bot. Before we start the integration of reCaptcha, first we have […]

Stripe Payment API integration and Card save and delete operation in Codeigniter
Hello Coders, we all know about Stripe payment gateway which is very secure and easy to implement in any language. If you want to integrate any payment gateway on very short steps than Stripe is best. Today we will learn about how we integrate Stripe Payment Gateway in CodeIgniter and how to add customer’s or user’s […]
Codeigniter send email to multiple recipients using Smarty Template Engine and JQuery
Codeigniter is an MVC based on PHP scripting language, MVC stands for Model View Controller. Small description about model view controller given below, take a look, Model: Model used for the database, where we write queries code. View: View is for design files or view files of our project. Controller: Controllers are used for written functionality of the […]