PHP code displayed in browser

后端 未结 2 1793
生来不讨喜
生来不讨喜 2021-01-21 12:43

so, I\'m working on a databases project, and i\'m trying to code incrementally. the problem is, when i go to test the php in browser, it displays the php code after my use of \

2条回答
  •  难免孤独
    2021-01-21 13:33

    It sounds like PHP is not working at all. The only reason you are not seeing the first part, is because your browsers is parsing it as if it were an HTML tag.

提交回复
热议问题