PHP How can I detect iFrame using PHP How to detect this is a iframe or not, using php.You can check the referrer to determine if a request came from a ... By Sumith HarshanJuly 23, 2012
PHP PHP array convert to Java Script array Sometimes when we using php, we want to convert php array to java script array.php array can be convert to java script easily.Here ... By Sumith HarshanJuly 23, 2012
PHP PHP Detect Browser How can I detect browser using php.You can use php server variable $_SERVER[‘HTTP_USER_AGENT’] for this.It will return about the user’s operating system, as ... By Sumith HarshanJuly 22, 2012
Recent Posts How to delete all cookies using Java Script Here is a simple small function to delete all cookies using java script.You have to only call to this function.You can test this ... By Sumith HarshanJuly 21, 2012
Recent Posts WordPress get meta data from wp_options table How to get data/meta data from the wp_options table in the wordpress .In this table, option_values are(some values) saved as serialized .So directly we ... By Sumith HarshanJuly 21, 2012
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