返回首页

500 Internet服务器错误: 您好

当我运行此代码,在浏览器中显示"500 Internet服务器错误"。
我想知道这个错误和它的解决方案。

在此感谢您的意见!

谢谢


$con = @mysql_connect("localhost","root","abc123");

 

if(!$con)

{

 echo("could not connect");

die("not connect");

}

else

{

echo("Sucessfuly connect"); 

}

if(!@mysql_select_db("test"))

{

echo("Unable to connect");

}

else

{

echo("Sucessfuly connect");

}

| Soft009

回答

评论会员: 时间:2