How to import/include a CSS file using PHP code and not HTML code?

后端 未结 14 1866
無奈伤痛
無奈伤痛 2020-11-28 11:11

I have googled a lot but it seems that I am doing something wrong.

I want to do this:



        
14条回答
  •  遥遥无期
    2020-11-28 11:33

    You could do this

    And then in this include file, have a link to the your css file(s).

提交回复
热议问题