Posted by javelin on 02/28/07 17:42
> you need to learn the preg functions and write a regular expression that
> catures html tags such as src= and href=, etc. once you get your matches,
> get the contents using file_get_contents. it looks like you're either
> screen-scraping or hacking...either way, there are tons of examples of the
> regex you'll need. just google 'php screen scraping'.
I'm familiar with the regex and experssions, so I should be able to
parse out the data. I was simply wondering if there were any
functions or opensource code available for this task. I did google
'php screen scraping' and got lot's of pages. Looks like it's going to
be a late night for me :-)
Thanks again.
[Back to original message]
|