@mysql_connect(“localhost”,”username”,”password”);
忽略出错信息!
@mysql_connect(“localhost”,”username”,”password”) or die("错误);
如果发生错误,终止下面脚本的执行,并返回"错误"字样!