php支持4种标记风格
xml标记<?php ?>
脚本风格 <script language="php"></script>
短标记<? ?>
asp标记<% %>
如果想支持短标记和asp标记,需要在php.ini中配置
short_open_tag
asp_tags
设为on
web开发学习。好记性不如烂笔头。每天进步一点点!
xml标记<?php ?>
脚本风格 <script language="php"></script>
短标记<? ?>
asp标记<% %>
如果想支持短标记和asp标记,需要在php.ini中配置
short_open_tag
asp_tags
设为on