Hi,
I need help on something, I've been talking in another thread and I currently split articles in a very weird way.
So Now, I want to split on [### [title] ###] however title will be dynamic.
Thereofre I must use
split("[\[### ][a-zA-Z0-9.+/*$?!@][ ###\]]", $text);
Am I correct? So title can be anything.
Then How would I extract the title, and put it into it's own array? Do you have to use a reghex or something similar?
-Peter





Bookmarks