01-04-2008, 05:20 PM
|
#4 (permalink)
|
|
The Visitor
Join Date: Jan 2008
Posts: 1
Thanks: 0
|
If you're using a database backend, it's easy to work with two seperate tables: articles(id, title, date) and article_pages(id, articleid, body).
Using flat files: use a page breaker like [nextpage]. Then parse the page with a regex or use explode to get an array.
|
|
|
|