Author: agurchand

How to connect two different Database in a PHP Class – Simple Script

How to connect two different Database in a PHP Class – Simple Script

Sometimes you may need to connect two different databases for a project and you may feel difficult to do that right?.

Don’t worry it’s really simple if you are using a PHP Class in your project.


private static function _connectDB1()
Simple onChange Redirect JavaScript select tag

Simple onChange Redirect JavaScript select tag

Are you looking for a very simple JavaScript that can redirect to an URL onChange of the Dropdown box?

Here is the code which is ready to use on any of your project.

1.  JavaScript:


<script type="text/javascript">
function gotopage(selval){
var 
Very Simple jQuery and PHP Ajax Request – Ready to use code

Very Simple jQuery and PHP Ajax Request – Ready to use code

Are you wondering how to do an Ajax call through jQuery Script?.

Here I’m going to teach you a very very simple way of writing a jQuery script to fetch the records from the database.

Download the script at the

How to disable grammar & spell checker for one particular document in Word 2007

How to disable grammar & spell checker for one particular document in Word 2007

Here is the way to disable grammar checker in word 2007 for a single particular document. Its easy and very useful too!

1. First click the ‘Office Button’ at the top left corner of the word 2007:


2. Then go …

Simple jQuery Accordion Script Ready to use Code

Wondering how to do an Accordion using jQuery Library?.

Just download this script and start using it on your site right now!. (Download and Demo link at the bottom of the post)

This below simple jQuery Accordion Slider script will …

How to display data from a MySQL database – PHP Script

How to display data from a MySQL database – PHP Script

PHP is a widely used and easiest language in the world.

It’s very simple to display the data from a MySQL table to a webpage using PHP scripting.

First, you need to create a database and a table in MySQL. …

Theme: Overlay by Kaira
Agurchand