curl-and-php
Re: Curl on Pagging...
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 Jun 2006 12:50:06 +0200 (CEST)
Date: Thu, 22 Jun 2006 12:50:06 +0200 (CEST)
On Thu, 22 Jun 2006, vivekanandan wrote:
> Is it possible to fetch page which has pagging in it.
By "pagging" I assume you mean a page that has links from it to other pages?
> It want fetch all the results in a page..
Then fetch all URLs you want.
> Example: I want to fetch www.example.com if it have pagging (3 page of
> result) is it possible to get all three page results
Sure, but since libcurl won't parse any HTML for you, you need to figure out
what pages to get yourself and then ask libcurl to get them for you.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2006-06-22