最新回答 / qq_唐僧xw_03526392
Check the listening port in httpd.conf, not connection if it is being used.Check the path & folder where you put your file, the web files are supposed to be in "htdocs" folder.Check your settings in the dreamweaver, make sure the server settings are a...
2016-07-22
我的运行结果:直接把代码显示在网页上了
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AjaxDemo</title>
</head>
<body>
<h1>This is a test page: </h1>
<? php
echo "Hello World!!"
?>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AjaxDemo</title>
</head>
<body>
<h1>This is a test page: </h1>
<? php
echo "Hello World!!"
?>
</body>
</html>
2016-07-22
最新回答 / qq_唐僧xw_03526392
test.php的运行结果:<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>AjaxDemo</title></head><body><h1>This is a test page: </h1><? phpecho "Hello ...
2016-07-22