PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
It's much more likely that the site in question is simply using relative urls for the image links. You'll need to parse the result of your include to either turn the relative urls into absolute ones, or download all the images from the site to your own server.