CodeIgniter creating pagination
I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results from a MySQL
I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results from a MySQL
How to send and get data by using flash messages in the codeigniter.This is simple and passing data using array.But
How to get site url of the codeigniter.You can use this method in the controller,model and view files. First, you
How to fetch url parameters in the codeigniter.This is very simple.All data get as an array. Example http://www.mysite.com/index.php/deposit/11/3 index.php =>
How to dynamically image re-size after loaded images, by using JQuery.This script resizing images without distorting the proportions.jQuery match all
How to create random string and check if it exists form database , if it does create a new one