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

curl-and-php

Re: Curl on Pagging...

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

By pagging, you probably mean paging, right?
Use regexp to find the link in the code of the first page saying "Next
>" or what ever it says, and do a loop until no such page is found.

I'm no good with regexp, so I can't help you more than on an 'idea level'.

Hope I helped a bit anyway!

Mike

vivekanandan skrev:
> Is it possible to fetch page which has pagging in it.
>
> It want fetch all the results in a page..
>
> 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
>
> Thanks,
> Vivek
> _______________________________________________
> 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