How to display content from one site on another using PHP?
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-04-29T00:59:42Z
Indexed on
2010/04/29
1:07 UTC
Read the original article
Hit count: 266
php
I heard once that this could be done using Curl, but I don't want to display all contents from an external site on my site, but only the contents from a particular div. How can this be done?
© Stack Overflow or respective owner