I need some assistance on how to split large articles into multiple HTML pages.
I have an array populated with the words of the document. I need the pages to contain nomore that 200 words, then the next page would generate. I also need the links to be dynamically generated.
This is sort of like how the search engines assign their results pages and links.
Any assistance would be greatly appreciated.
Thanks!