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

后端 未结 14 1912
無奈伤痛
無奈伤痛 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 11:37

    The best way to do it is:

    Step 1: Rename your main.css to main.php

    Step 2: in your main.php add

    
    

    Step 3: include it as usual

    
    

    That is how i did it, and it works smoothly..

提交回复
热议问题