我在这个阶段厌倦了PHP。我已经按照如何安装它的教程。我已经完成了我应该用PHP.ini和httpd-conf文件做的所有事情。 我运行apache,安装PHP,因为我验证了它。下面是我的示例代码简单代码。
<!DOCTYPE html>
<html>
<body>
<?php echo "My first PHP script!"; ?>
</body>
</html>
不是在浏览器中以Localhost方式打开,而是从 file:/// C:/PHP/index.php
打开我已将ServerName设置为 ServerName http://localhost:8080
我遗失了一些东西,但我不知道。
答案 0 :(得分:2)