
November 8th, 1999, 01:05 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I know that I have to use
$db = mysql_connect("localhost", "root");
mysql_select_db("mydb",$db);
but what do I put in for localhost and root as well as mydb and $db
Thanks Tim
|