Looking to create a PHP script that will take a large text file (100KB plus) and create a section of a web site with it in the form of a book (will be making a lot of these book sections). So if it was 10KB of the text file per page 100KB would make a 10 page book.
I've tinkered with PHP scripts (mostly optimising the templates to make them better search engine optimised), but have not built one from scratch and not used a script that does anything like this, so not got a clue what to do first.
Any help would be appreciated.