xml标记<?php    ?>

脚本风格 <script language="php"></script>

短标记<? ?>

asp标记<%   %>

 

如果想支持短标记和asp标记,需要在php.ini中配置

short_open_tag

asp_tags

设为on

相关文章: