I need to divide in two string an article, to split in more pages:
I have this string:
[page]
<hello word>
[/page]
[page]
<hello word2>
[/page]
I need to split in array to show my article in more pages.
I want an array that show already indexed for every page, so I use
foreach and get and show the page.