Forgive me for asking so many questions. Pretty much the only way I know to learn. With that being said. I was wondering how would one parse a website that does something like this
Article Content then has a pagenation to go to the rest of the article then continue to the rest of the article and yet keep it all in one article?
Basically lets say you had
page 1:
blah blah blah test blah blah
next page
page 2:
more stuff for same article
next page
how would you do that? My first guess would be using parse_index() then somehow call the article up and get the articlecontent then somehow take and do a find to get the <a> inside that article then get the content and append it to that article?
To get a better idea of what I'm talking about have a look at:
http://auto.howstuffworks.com/under-...-insurance.htm which is part of the
http://feeds.feedburner.com/Howstuff...ffDailyRssFeed feed
notice how it shows kinda like a description if you will then next page then shows more then next page and so forth? I think once I get some general templates on how this stuff works that (i can understand) then I'll be fine.