I'm trying to find the function that will help me extract the HTML from a page located in another frame (on different domain):
In PERL it would be something like:
What's something equivalent to this in PHP?
In PERL it would be something like:
Code:
get('http://www.site.com/this.htm');


Comment