Split / Explode problems

wxdqz

New Member
I want to split text to be displayed in a wml browser. The whole text must be readable in two or three cards after a click on "next..."

If say I display 50 words and want the rest stored to be displayed on the next cards, I need to pass a variable on "next..." so that my text is read form where I left it.

I have tried a SPLIT and an EXPLODE but the problem is I can't use the last array in full length to be passed on "next..." in the URL. It is just too long (can be 200 words after the first 50).

Whether I need to create separate files temporarily stored on the server ? Or do you see any other solution ?
 
Back
Top