So i given up my main idea.
Now i've thought of an brake or something too mark the end of an story page by the user.
(Wich i personally do not want too implement, but i have too come up with something)
Examp.
Are you interested in contributing an article to the PHP Builder community, but you can't seem to find a topic?
{new page}
Check out our Article Ideas/Request forum, and see if there's a request for your area of expertise.
(end examp.)
So the script can get the first char pos from the {new page} line.
And then say substr($text, 0,first char-1).
And for the next page substr($text, first char+10, strlen($text))
Or something.
But how could i do this with multiple {new page} tags ??