Save current page as HTML to server

后端 未结 6 1806
一生所求
一生所求 2020-11-29 19:05

What approach could someone suggest to save the current page as an HTML file to the server? In this case, also note that security is not an issue.

I

6条回答
  •  爱一瞬间的悲伤
    2020-11-29 19:18

    I feel you need curl, so that you can save any pages' output. Use curl with returntransfer true. and do whatever you want with the output.

提交回复
热议问题