how to embed html files in php code?

后端 未结 4 1082
野性不改
野性不改 2020-12-03 14:46

I have many html files and now i want to call each of the files one by one using some php code. but whenever i try to run the php code for calling those html files from the

4条回答
  •  囚心锁ツ
    2020-12-03 15:25

    see here Loop code for each file in a directory

    to know how to loop the files in the folder, then just echo an A tag with a link

提交回复
热议问题