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
Post a Comment