I two website abc.com content div with id ‘abc’ and another website def.com. content div with id ‘def’. The Qns is how can I display content of div having id=’abc’ into div id=’def’.
I two website abc.com content div with id ‘abc’ and another website def.com. content
Share
Well you need to scrape content of abc.com, then search dom element to find div “abc”, fetch its content and put it in def div of another site.
for scraping use http://simplehtmldom.sourceforge.net/