rnc505
Regular Member
- Oct 28, 2008
- 229
- 112
How do I use cURL to harvest the text of a website, say the blog entry titles of a Blogspot blog....
I know the text (in the source) before a title is:
and after the title it is:
How would I go about doing this? Thanks a lot!
I know the text (in the source) before a title is:
Code:
<h3 class="post-title">
Code:
</h3>
How would I go about doing this? Thanks a lot!