How To Create Captcha With Codeigniter

Leave a Comment
In this tutorial I will show you how to use the the codeigniter captcha helper. The CAPTCHA Helper file contains functions that assist in creating CAPTCHA images. Frist we have load library of captcha in controller. $this->load->helper('captcha'); Now we will create controller for the CAPTCHA so let's start.Before we create controller we will create captcha folder in root directory of project. <?php /** * */ class Captcha...

Pagination With Codeigniter

Leave a Comment
Hello Guy's, Pagination is particularly useful when you are coding an application that interfaces with a database. A large dataset might have hundreds of possible results for one query, and pagination creates a much nicer user experience. In this tutorial, I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results from a MySQL database. Along the way, you’ll also see how to fix a problem...
Powered by Blogger.