tags:

views:

22

answers:

0

I've been trying to write a script which grabs a page with two frames using CURL, but I haven't had any luck. The problem is that the urls of the two pages (to be displayed in the frames) are relative, and CURL ends up searching my server for the files, which obviously they aren't located on. As a result I get an error message saying the url was found on my server. I've tried changing the referer to their server's address, but that doesn't help. Is there a simple way of getting around this problem, and just display both frames' data as it should?