I have the following string:
$string = "hello[break]how are you?[break]I really love PHP[break]Its much better than ASP!";
However I cannot figure out how i can split the string into seperate arrays for every [break] that occurs in the string.
I have read THE MANUAL on strpos and stuff like that but just can't seem to sort it out...
Thanks