<?php
echo phpinfo();
error_reporting(E_ALL);
ini_set('display_errors', true);
?>
我也没有收到任何错误。
phpinfo()过去常常会提供所有有用的信息。
我已成功运行Netbeans的.php
脚本。
我已经成功连接到MySQL数据库。
当我开始在Dreamweaver中运行.php
脚本时,一切都停止了。
我经常收到错误
Unable to connect Firefox can't establish a connection to the server at localhost.
我不知道为什么这会突然成为问题。
注意:我手动安装了MAMP,正如我所说,一切正常。
有人建议我的端口可能存在冲突。
在Mac上,我刚刚输入了我的IP地址并扫描了端口。 这里只有两个似乎相关。 端口80 = html 端口8080 = html-alt
有人建议如下。
我检查了我的php.ini,并且short_open_tag设置为&#39; 1&#39;正如其他地方所建议的那样。