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
精彩评论