<?php
$conn = @mysql_connect("localhost","usemame","password");
echo "出错了,错误原因是:".$php_errormsg;
?>
我也是这样呀