How to enable PHP short tags?

后端 未结 19 2415
清酒与你
清酒与你 2020-11-21 05:29

I have a web application on a Linux server which starts with

I needed to copy this application to a windows environment and everything is working

19条回答
  •  你的背包
    2020-11-21 05:49

    if you edit your php.ini file, remember to restart your service (apache2, etc) for the edits to php.ini to take effect

提交回复
热议问题