<?php for ($i = 0; $i<count($haberbasligi); $i++) [
echo "<b>Başlık :</b> " . $haberbasligi[$i] . "<br />";
} ?>
Bu şekilde oldu mu?