";
preg_match_all('#
(.+?)
#siu', $text, $result);
for ($x = 0, $jumlah = count($result[0]); $x < $jumlah; $x++) {
echo $result[2][$x] . "\n";
}
echo "";
preg_match_all('#
(.+?)
#siu', $text, $result);
for ($x = 0, $jumlah = count($result[0]); $x < $jumlah; $x++) {
echo $result[2][$x] . "\n";
}
echo "";
?>