CodeIgniter CodeIgniter send and retrieve data using flash messages How to send and get data by using flash messages in the codeigniter.This is simple and passing data using array.But if you reload/refresh ... By Sumith HarshanJuly 18, 2012
CodeIgniter CodeIgniter get site url How to get site url of the codeigniter.You can use this method in the controller,model and view files. First, you have to call ... By Sumith HarshanJuly 18, 2012
CodeIgniter CodeIgniter get URL parameters 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 => 0 deposit => ... By Sumith HarshanJuly 17, 2012
Recent Posts JQuery Image resize Example How to dynamically image re-size after loaded images, by using JQuery.This script resizing images without distorting the proportions.jQuery match all img elements and ... By Sumith HarshanJuly 15, 2012
PHP PHP check a random string if it exists and create a new one How to create random string and check if it exists form database , if it does create a new one using php.You can ... By Sumith HarshanJuly 5, 2012