curl-and-php
Re: Curl on Pagging...
Date: Thu, 22 Jun 2006 17:41:56 +0530
Yes...
"pagging" means paging.
Thanks
Vivek
Daniel Rhodes wrote:
>I think "pagging" means paging.
>ie. links to the next "page" of results.
>(like google)
>
>Daniel Stenberg wrote:
>
>
>>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.
>>
>>
>>
>_______________________________________________
>http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>
>
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2006-06-22