Handling multiple databases in WordPress






There are situations comes when you want to handle multiple databases but in wordpress environment. The wordpress database configuration is configured in wp-config.php file, which holds defined variables like DB_NAME, DB_USER, DB_PASSWORD, DB_HOST. Where we have to define wordpress database … Continue reading →






PHP Pretty Captcha






There are lots of different ways to create captcha image using PHP. But what we forget is our USER. Now a days I found that Google’s re-captcha is very difficult even to read. Most of the time users dis-appears from … Continue reading →






Simple jQuery Single Level Drop Down Menu






The HTML <div id=”main”> <ul class=”nyMenu”> <li><a href=”#”>Home</a></li> <li><a href=”#”>About</a></li> <li><a href=”#”>Tutorials</a> <p> <a href=”#”>PHP</a> <a href=”#”>jQuery</a> <a href=”#”>Cloud Computing</a> </p> </li> <li><a href=”#”>Applications</a> <p> <a href=”#”>PHP Secure Login</a> <a href=”#”>Sizzling jQuery</a> <a href=”#”>Cooling Processor</a> <a href=”#”>Jet Mail</a> </p> </li> … Continue reading →