Generate HTML Static Pages from Dynamic Php Pages

后端 未结 3 1551
终归单人心
终归单人心 2021-02-10 11:46

I am looking for a script to generate static HTML pages from dynamic content at runtime.

What I basically want to do is to save those cache those html generated pages fo

3条回答
  •  猫巷女王i
    2021-02-10 12:10

    Use fopen and save the page for offline reading, but its a lot tricker tan it sounds

提交回复
热议问题