Download this file
1 2 3 4 5
<?php include('config.php'); $con=mysql_connect($db_server,$db_user,$db_password) or die("Connection Failure: ".mysql_error()); mysql_select_db($db_name,$con); ?>