Quote:
|
Originally Posted by alpha_male
but i do get a little problem. when using this if the page has a link /img/abc.jpg then it copies it as the same instead of site.ext/img/abc.jpg
|
so...have you thought about using str_replace / preg_replace to prepend the site url to the image location / site links?
or maybe wget would be better suited to your needs?