I’m want to make website have a textbox and a save button. When you enter link there it saves the entire website (like the save page in google chrome). Is there a way to do this in php or html? If it is, is it possible to zip the site then download it? I can’t think of anything.
I tried to use:
file_get_contents
but this only get the HTML code of the page. It doesn’t matter if it saves the zip file on a server or database. And I can download it manually to my desktop.
I hope somebody can help.
Thanks
most *nix systems have wget
you can of course issue any server commands with php exec(),sys() etc.