这是我的PHP CODE
$DBhost = "localhost";
$DBuser = "root";
$DBpass = "121212";
$con = mysql_connect($DBhost,$DBuser,$DBpass);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
相应的Apache PHP MySQL设置 也是按照网上的教程一步步来做的
但是打开这个页面以后 IE完全没有相应 显示的是
Internet Explorer cannot display the webpage.
求教 .
$DBhost = "localhost";
$DBuser = "root";
$DBpass = "121212";
$con = mysql_connect($DBhost,$DBuser,$DBpass);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
相应的Apache PHP MySQL设置 也是按照网上的教程一步步来做的
但是打开这个页面以后 IE完全没有相应 显示的是
Internet Explorer cannot display the webpage.
求教 .