Konu
explode sounu
12-11-2012, 19:47:29
#2
by_antiseptic
$isimler = explode("\n", $is);
foreach($isimler as $a){
echo trim($a)."<br>";
}
}