Thursday 31 January 2013

Codeigniter autocomplete with php, json, mysql

JQuery Autocomplete in Codeigniter php using JSON.


Autocomplete with multi select. You just need to configure your codeigniter properly, then create a view page, Controller page and a Model page. In Codeigniter we are having directory specified for all the related pages.

This code is for that who is having the basic knowledge of CodeIgniter.

Click here for core php

View Code