file - Save as web page using php -


how save web page using php similar save in browser -> file -> save page need save web page dynamically when url given parameter. containing images in related folder.

thanks in advance :)

you need use php curl download html page.

after need scrape content of images, css, js , other files , download , save them conserving path, using readfile() function.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -