Reply to RE: [PHP] ? Split string into smaller chunks
Posted by Jay Blanchard on 12/19/05 18:36
[snip]
I need to split a long string into smaler chunks (an array), as a separator
using every third \n (and not just every \n).
I could use 'explode', but then it would produce too many chunks.
[/snip]