Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用云 IDE nitrous.io开发一个php应用程序,我想问是否可以使用预览菜单预览我的应用程序? 感谢帮助。
编辑:PHP 现在可以在 Nitrous.IO 上使用。PHP5、Apache2 和 Composer 可以与Autoparts包管理器一起安装。要安装这些工具,请在控制台中运行以下每个命令:
parts install php5 parts install apache2 parts install composer
安装后,您还需要启动 Apache 服务器。
parts start apache2
查看PHP 指南以获取更多信息。
在 php.ini 中设置:
short_open_tag = On
或使用<?php
<?php