Posted by pineriver on 06/15/05 03:13
How would I do this ?
Take this string and return everything between [ ] as an array output doesnt
have to inlude [ ]
$rr="thisscritjajsj[ OUT1 ]ajdamsda;sjo;tkpdk[ OUT2 ]sdfmjs[ OUT3 ]dfjlsd";
$a = some function
echo '<pre>';
print_r($a);
[0] => [ OUT1 ]
[1] => [ OUT2 ]
[2] => [ OUT3 ]
Thanks
Navigation:
[Reply to this message]
|