i got a
$str ="sometxt<br>another<br>moretext<br>evenmoretext<br>";
i'm trying to output the string in one array per line.
kinda like this..
[0] => Array
(['stuff'] => sometext
)
[1] => Array
(['stuff'] => another
)
[2] => Array
(['stuff'] => moretext
)
[3] => Array
(['stuff'] => evenmoretext
)
i'm using regex to get the str.. if u need more clarification..i will do. thanks in advance