[]//Connecting, selecting database
$link = mysql_connect ("$host", "$user", "$password") or die ('I cannot connect to the database.');
mysql_select_db ("mysql_connect")or die("Could not select database. This feature has not yet been enabled. Please try again later.");
[/]
Thats wrong

mysql_select_db ("
mysql_connect"....
I append my script here, just modify it for your settings. I have done some little modifications.