logo   Home Download Documentation Support

 

DashingDB Documentation

Learn to use DashingDB Within Minutes

 

Where to Insert Database Details?

When you download the library, you would see two folder one is library other is examples. Open library folder and open conf.php in some text editor. When you open define.php you would observe the following code:

 

<?php

$GLOBALS['db_host'] = "localhost";
$GLOBALS['db_name'] = "";
$GLOBALS['db_user'] = "";
$GLOBALS['db_pass'] = "";
?>


 

Following are the variables that you see in conf.php:

 

$GLOBALS['db_host'] = "localhost";
$GLOBALS['db_name'] = "";
$GLOBALS['db_user'] = "";
$GLOBALS['db_pass'] = "";

 

In above variables you put your database host, dabase name, database user and database password.

 

 

© 2017 DashingDB.