Question mark equals, doesn't work on php

后端 未结 3 596
灰色年华
灰色年华 2020-12-20 18:14

this is my php code:

Hey!: 

It just prints \"Hey!:\" Whats wrong wi

3条回答
  •  伪装坚强ぢ
    2020-12-20 19:11

    Short tags (which you're using here) can be turned on or off depending on the server you're running the code on. If it's your server, look in php.ini

提交回复
热议问题