[Solved] crawl and copy another sites content


I am not sure about your question, but I think you want to do scrapping.
Using PHP, you can use cURL for instance. That will load an URL and, with DOM you will be able to parse HTML and find content, links etc you want.

solved crawl and copy another sites content