随处编码 returns 注释 PHP 代码
Code any where returns commented PHPcode
当我在 index.php
中放置一些 PHP 代码时,我的 PHP 代码没有显示在我的浏览器中(我使用的是 firefox)。在 Firefox 的开发工具中,PHP 代码
<?php include 'header.php'; ?>
变成
<!--?php include 'header.php'; ?-->
它在 Codeanywhere 上,HTML 容器在 Ubuntu
当我在 index.php
中放置一些 PHP 代码时,我的 PHP 代码没有显示在我的浏览器中(我使用的是 firefox)。在 Firefox 的开发工具中,PHP 代码
<?php include 'header.php'; ?>
变成
<!--?php include 'header.php'; ?-->
它在 Codeanywhere 上,HTML 容器在 Ubuntu