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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -