I wonder if anyone has php code for doing this? Either using DOM or cURL you can get just source code, but when you echo it, it sometimes returns page without images or css styles, so maybe somebody knows how to fully echo another page?
Thank you!
output another website content in your page
Moderator: General Moderators
Re: output another website content in your page
I think the problem you're describing is that some of the URLs for including resources (images, stylesheets) are relative. You need to make them absolute.