Connecting to a MySQL database using PHP
Posted on June 4th, 2008 by roger
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 [...]
Filed under: PHP | No Comments »