PHP echo inside echo

前端 未结 4 1603
攒了一身酷
攒了一身酷 2020-12-02 02:43

I\'m trying to call an HTML/PHP content that it\'s inside my database using:


When the row i

4条回答
  •  时光取名叫无心
    2020-12-02 03:08

    You have misunderstood how PHP works. PHP is processed by the server. When it encounters your script, it sees the following:

    
    

    What is the reasoning behind trying to nest PHP calls inside strings?

提交回复
热议问题