mysql_connect("localhost","root","password") or die("服务器链接失败"); mysl_select_db ("数据库名") or die(“连接数据库失败”);?>