Resimde görüldüğü gibi her birinin soluna 1. 2. 3. diye yazmak istiyorum kod aşağıda
$sorgu=mysql_query("select * from haber where tur='uygulamalar' order by hit DESC limit 10");
while($satir=mysql_fetch_row($sorgu))
{
$no=$satir[0];
$baslik=$satir[1];
$resim=$satir[3];
$tur=$satir[4];
$kategori=$satir[5];
echo "
-
$baslik
";
}
?>