$dizi=array("olkun","mustafa","mehmet","tolga");
foreach($dizi as $yaz){$degistir.=$yaz."-";}
echo substr($degistir, 0,-1);
$dizi=array("olkun","mustafa","mehmet","tolga");
foreach($dizi as $yaz){$degistir.=$yaz."-";}
echo substr($degistir, 0,-1);