Connecting to a MySQL database using PHP

If you ever wanted a simple way to connect to a MySQL database using PHP, use the following files to connect quick and simple.
To Download: Database files
Steps:

The “Config.inc.php” creates an instance of the “Database.php” class. All you need to do is open up “Config.inc.php” and edit the “require_once(’Database.php’);” to point to where the “Database.php” class [...]