18.12.2013, 21:13
Quote:
I know my username, host and password. My question is how do I make it select the right database as I have several on one account and there is not a place for me to type the database name in , so how do I make a php code to insert the database name so it can get the info FROM THE data base I want it to read from
|
PHP код:
$con = mysql_select_db("database");