///////////////////////////////////////////////////
// 
// BPowerHouse: 
// ------------
// http://www.bpowerhouse.info
//
// PHP AJAX DataGrid
//
// Version: 1.0.1
//
///////////////////////////////////////////////////



To install PHP AJAX DataGrid you need to make next steps:

1. Upload content of php_datagrid folder to your site.

2. Create new table in your database, using sql.txt file.

3. Open file index.php in text editor and change next parameters 
   according to your needs.

	// DATABASE CONSTANTS
	$DB_USER='database_user';    
	$DB_PASS='password';            
	$DB_HOST='localhost';        
	$DB_NAME='database_name';  

4. Run index.php file via internet broeser.

