Source for file connect.php
Documentation is available at connect.php
* Defines the connection values for the database.
* @author Eric Lamb <eric@ericlamb.net>
* @link http://blog.ericlamb.net/
* @copyright 2008 Eric Lamb
* @global string $dbServer
* @global string $dbUsername
* @global string $dbPassword
* @global string $dbDatabase
$DB = new mySQL($dbServer, $dbUsername, $dbPassword, $dbDatabase, FALSE);
$Dbg->DatabaseName = $dbDatabase;
|