In this codeigniter pagination tutorial, We would love to share with you how to use pagination in listings. We will use pagination library for creating pagination links in codeigniter.

In this php codeigniter google reCaptcha validation tutorial, we would to share with you how to integrate google reCaptcha validation using Google apis with php codeigniter. Here you will learn how to stop spaming for making your forms with google captcha.In this php codeigniter google reCaptcha validation tutorial, we would to share with you how to integrate google reCaptcha validation using Google apis with php codeigniter. Here you will learn how to stop spaming for making your forms with google captcha. Google reCaptcha form validation process to protect your website from spam and abuse. We will integrate google reCaptcha with codeigniter form. Here you will learn google reCaptcha form validation with php codeigniter step by step. We will provide a demo example at the end of this article. Codeigniter Google reCaptcha Contents Download Codeigniter Latest Basic Configurations Create Database With Table Setup Database Credentials Generate reCaptcha Key & Secret Make New Controller Create Views Start Development server Conclusion Download Codeigniter Project In this step we will download the latest version of Codeigniter, Go to this link Download Codeigniter download the fresh setup of codeigniter and unzip the setup in your local system xampp/htdocs/ . And change the download folder name “demo” Basic Configurations Next we will set the some basic configuration on config.php file, so let’s go to application/config/config.php and open this file on text editor. Set Base URL like this $config['base_url'] = 'http://localhost/demo/'; Create Database With Table In this step, we need to create database name demo, so let’s open your phpmyadmin and create the database with the name demo . After successfully create a database, you can use the below sql query for creating a table in your database. We will add some cities with city info.

In this codeigniter google column chart tutorial, We would love to share with you how to implement google column chart with PHP codeigniter. How to fetch month wise data to from mysql for showing on chart.

In this codeigniter show/add multiple markers on google map tutorial, We would love to share with you how to add multiple markers on google map from database php codeigniter Using javascript. We will also add/show multiple infowindows with multiple markers using javascript.

n this codeigniter hooks tutorial – we would love to share with you how to implement custom hooks and active this hooks. In this tutorial you will learn about hooks and it’s uses.

Codeignite 3 Ajax Load More – Today we would love to share with how to load data on page scroll using ajax load more. We will load data on page scrolling on web page without reload or refresh the whole web page.

How to implement jquery ui autocomplete search or textbox search with Database in codeigniter with example. In this Codeigniter tutorial, We will share with you how to implement an autocomplete search or textbox search with database using jquery ui example.

jQuery get all/multiple checked checkbox value in Array; In this tutorial, you will learn how to get multiple checked checkbox value in jquery using array.

Remove all spaces from string in jQuery; In this tutorial, you will learn how to remove all spaces from string using jQuery.

jquery traverse all descendants; In this tutorial, you will learn how to do get or find descendant elements using jquery method traversing methods.