I think you can use file_get_contents() in PHP, or fopen() on an exact url ( http://...)
Then all your basic regex functions, and string functions to search for things, like <img etc...at least thats how I'd go about doing it.
Of course, this only gets the HTML code
I might make a proper script later on that I can pretty much do whatever with, have some checkboxes to grab all the images and whatnot.
|