<?php $conn=@mysql_connect("localhost","root",""); $db=@mysql_select_db("database",$conn)or die("无法连接服务器!"); mysql_query("set names utf8"); ?>