1 2 3 4 5 6 7 8 9
<?$dbh = mysql_connect("localhost", "onemotorsa", "1Q2w3e4r");if (!$dbh) { die('Could not connect: ' . mysql_error());}$selected = mysql_select_db("oneMotorChunHing",$dbh) or die("Error");?>