HTML Templates — php?

前端 未结 4 1518
时光说笑
时光说笑 2021-02-05 23:20

So, I\'m making a site about WWI as a school assignment, and I want this to appear in every document:





    <         


        
4条回答
  •  长情又很酷
    2021-02-05 23:45

    Put the content in a file abc.php

    and then add this to each page you want the desired content in :

    
    

    So if your code is :

    
        
        

    And you want the part inside

提交回复
热议问题