douchujian8124 2015-03-20 07:49 采纳率: 100%
浏览 126
已采纳

php标记被忽略并解析为注释

I have a very strange problem. I installed a new XAMPP distribution yesterday and it behaves very strangely.

I have two files, page.php and include.php.

"page.php" has the following code:

<? include('include.php'); ?>

The file "include.php" has the following line:

<? echo "it works"; ?>

Now: If I open start.php in my web browser, it shows me an empty page, and the source code reads:

<html>
<head>
</head>
<body>
<!--? echo "it works"; -->
</body>
</html> 

As you see, the php code on the start.php is interpreted correctly, but the php-code on include.php is parsed as a comment?!?!

I have a XAMPP server on Mac OS 10.9.4. And OF COURSE I have

short_open_tag = On

Thanks for your help! Matt

  • 写回答

4条回答 默认 最新

  • doumi1944 2015-04-06 07:22
    关注

    I downdgraded back to XAMPP 1.7.3, no problems so far, php tags are treated normally again...

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部