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

curl-and-php

(no subject)

From: Colleen R. Dick <platypus_at_proaxis.com>
Date: Wed, 11 Jul 2007 13:49:17 -0700

sure, pull the page source down with the most basic straightforward curl
and then scrape out what you like using the pcre match all functions in
php. the curl part is documented on the website i think it's the 1st
example.

On Wed, 2007-07-11 at 12:27 -0700, J M wrote:
> I have a target page that has lots of random images. I don't need to
> login or anything I just want to find a function or algorithm to grab
> all of the urls.
>
> example:
> <img src="http://www.site.com/1.gif" />
>
> I want to pull the url: http://www.site.com/1.gif
>
> Any help? Thanks in advance.
>
> -J
>
>
> ______________________________________________________________________
> PC Magazine’s 2007 editors’ choice for best web mail—award-winning
> Windows Live Hotmail. Check it out!
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-07-12