PHP Include for HTML?

前端 未结 7 2024
小蘑菇
小蘑菇 2020-12-02 23:22

I have a navigational bar, an image, and a heading that I\'ll be including in every page of my website, so I wanted to use php include to refer to this code in several pages

7条回答
  •  暖寄归人
    2020-12-02 23:54

    I figured out a simple solution to the PHP include stuff. Simply rename all your .html files to .php and your're good to go.

提交回复
热议问题