cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Curl for Frameset page

From: Mikael Grön <php_at_emgee.se>
Date: Thu, 29 Jun 2006 13:11:50 +0200

vivekanandan skrev:
> How can fetch a page which use frameset thru cURL? Is it possible?
>
There are two ways (probably several more):

1) Open the source code of the frameset and see what URL the actual page
you want has. Then just curl that URL instead of the whole frameset!

2) Curl the frameset, parse the HTML to find URL's and the curl them too.

> Thanks,
> Viv
>
>

You're welcome Viv!

Mike
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-06-29