I make an sql, but under The connection strings area, i get this..
$dbh=mysql_connect ("localhost", "jimbob_jimbob", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("jimbob_Php");
I ignored it at first, and went to create a php...