// Connect to the database $conn = mysql_connect('localhost', 'root'); // Select the database to use $Db = mysql_select_db('Table1',$conn); ?>
Query Browser
SQL Command
Error Message
' . mysql_error(); } ?>