[PHP-WIN] Re: Another Newbie Question

2002-04-12 Thread Nicole Amashta
Your code: My code: ## Assuming "nik" is your host ## and no username and password are required ... $link = mysql_connect("nik", "", "") or die("Could not connect to host. Reason: " . mysql_error_message() ); mysql_select_db("guestbook", $link) or die ("Could not connect

[PHP-WIN] Re: Another Newbie Question

2002-04-12 Thread Nicole Amashta
Your code: My code: ## Assuming "nik" is your host ## and no username and password are required ... $link = mysql_connect("nik", "", "") or die("could not connect to the database. Reason: " . mysql_error_message() ); mysql_select_db("guestbook", $link) or die ("could not