PHP denying use of short hand “<?”

前端 未结 3 1450
栀梦
栀梦 2020-12-06 21:52

I just installed php 5.3.0 and it won\'t run php scripts utilizing short open tags like

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 22:06

    You need to update your php.ini file.

    Set short_open_tag = 1

    See the PHP Manual

提交回复
热议问题