February 26, 2013

WordPress Plugin – Keep Backup Daily

WordPress Plugin Keep Backup Daily

Keep Backup Daily

December 12, 2012

difference between wp_footer and get_footer

wordpress

difference between wp_footer and get_footer The get_footer() is a function which is used to include a theme file from theme directory. And wp_footer() is an action hook, which can be used as do_action( ‘wp_footer’ ) to inject scripts in the site HTML footer. get_footer() is a custom html code which is available in footer.php and […]

December 8, 2011

Mysql Max Import Size Phpmyadmin

Mysql Max Import Size Phpmyadmin Sometimes this simple solution gets a different turn when we go to modify the mysql related phpmyadmin max import size from 2M to more. And it is mostly because that wampserver has different menus for PHP, MySql and Apache configuration. But a rule of thumb can resolve this issue here […]

July 10, 2011

mysql if statement can speed up website loading time

mysql if statement can speed up website loading time There are my reasons which can slow down the dynamic website while web page is processing and processing is depending upon your hosting server specification. Although we can not say that put maximum load to MySql or on Server Side Scripting. But the better option to […]

June 14, 2011

Error establishing a database connection

wordpress

Error establishing a database connection WordPress is a sophisticated framework and a lot of help available online. Please have a look in your wp-config.php and also check the followings to make sure that configuration is correct. 1- /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); :: Normally this constant remain as it is as localhost, make sure […]