/**
* Connect to the mysql database.
*/
$conn = mysql_connect("localhost", "User_Name", "Pass") or die(mysql_error());
mysql_select_db('Database Name', $conn) or die(mysql_error());
?>
Powered by
Create your own unique website with customizable templates.
