PHP Cakephp check if user is logged or not How to check if user is logged or not in the view or controller in cakephp.Very simple.Look at this function.It will return current ... By Sumith HarshanJuly 21, 2012
Magento Magento can’t login admin panel after installed If you are not installed magento previously this is a problem you faced.After installation magento returns a message that the installation was successful ... By Sumith HarshanJuly 21, 2012
CodeIgniter CodeIgniter fetch data to the view without controller How to direct call to the function from the view without using controller in CodeIgniter.Here is a example to it.Simply call to helper ... By Sumith HarshanJuly 20, 2012
PHP PHP Send SMS with SMS Gateway How to send SMS via SMS Gateway in PHP.I found the sms gateway to do this.But it is gives only 25 free sms ... By Sumith HarshanJuly 19, 2012
CodeIgniter 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 database. Along the ... By Sumith HarshanJuly 19, 2012
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