How to include one HTML file into another?

后端 未结 4 901
栀梦
栀梦 2020-12-10 16:59

I have tried every possible question here on stackoverflow but unable to resolve this issue ...

    
    

        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 17:25

    Make your html file you want to include to php file. (only change the extension - to .php). If the files are in one directory, include code is:

    
    

提交回复
热议问题