PHP gets commented out in HTML

后端 未结 6 903
名媛妹妹
名媛妹妹 2020-12-05 06:59

I created a simple HTML webpage that includes the following PHP code in the HTML code.


When I run

6条回答
  •  失恋的感觉
    2020-12-05 07:56

    In my case it was because I had a syntax error with my php code. I typed

    
    

    Instead of

    
    

    The space between and php caused the headache for me

提交回复
热议问题