$link = @mysql_connect("localhost", $user, $password) or die('Could not connect: ' . mysql_error());
@