i got a
$str ="sometxt<br>another<br>moretext<br>evenmoretext<br>";
Ben satıra bir dizi çıktı dize çalışıyorum.
tür böyle ..
[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