I need help connecting to and using a database. But first, conneting to. My connection strings are the following:
$dbh=mysql_connect ("localhost", "zachweb_zachweb", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("zachweb_database");
Please tell me how to use these connection strings to access my database, after having granted all permissions to my user 'zachweb_zachweb'. Thanks