开发者

I want to enable PHP short tags. How do I do it? [duplicate]

开发者 https://www.devze.com 2023-01-17 03:18 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: How to enable the <开发者_运维知识库? to start a PHP script from php.ini?
This question already has answers here: Closed 12 years ago.

Possible Duplicate:

How to enable the <开发者_运维知识库? to start a PHP script from php.ini?

what can i do to enable short tag in my php 5 ?thanks in advance....


You'll need to set the short_open_tag option to 'On' in your php.ini.


short_open_tag = on

Enable short tags in the php.ini

0

精彩评论

暂无评论...
验证码 换一张
取 消