Shenbaga Prasanna - 2014-04-02 07:57:56 -
In reply to message 1 from Dietmar Bückart
You mean like a crawler? I made this class to get the HTML contents and parse it for textual content. Thing you said can be realized. Write a class to download a given file using CURL, first. Then get the HTML content using CURL. Use PHP_DOM and get all "img" tags. Find the source of "img" tags and download them. Likewise download everything you want.