这样的 我服务器上php 能运行 <?php ?>这样的代码段
不能运行 <? ?>这样的
我检查过 环境变量都是对的
short_open_tag
php.ini
你搜索下 关键字 PHP支持短标签
short_open_tag = On
设置为on
重启iis即可
这样的 我服务器上php 能运行 <?php ?>这样的代码段
不能运行 <? ?>这样的
我检查过 环境变量都是对的
short_open_tag
php.ini
你搜索下 关键字 PHP支持短标签
short_open_tag = On
设置为on
重启iis即可
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。