// Connect to the database $conn = mysql_connect('localhost', 'root'); // Select the database to use $Db = mysql_select_db('Table1',$conn); ?>