0 order by S,COMPOSER,TITLE LIMIT $AktuelleSeite, $ErgebnisseProSeite"; $querytotal = "SELECT * FROM musikarchiv where VK > 0 order by S,COMPOSER,TITLE"; $result = mysql_query($query); $resulttotal = mysql_query($querytotal); $number = mysql_num_rows($result); $anzahl = mysql_num_rows($resulttotal); ?>
0) { $SeiteAktuell = (($AktuelleSeite/$ErgebnisseProSeite)+1); } else { $SeiteAktuell = 1; } if($anzahl > $ErgebnisseProSeite) { $Seiten = intval($anzahl/$ErgebnisseProSeite); echo "" . $anzahl . " " . sf_saleitems . sf_page ." :" ; if($anzahl%$ErgebnisseProSeite) { $Seiten++; } } else echo "" . $anzahl . " " . sf_saleitems .""; for($i = 1; $i <= $Seiten; $i++) { if ($i == $SeiteAktuell) { $iform = str_pad($i,2,'0',STR_PAD_LEFT); echo " $iform "; } else { $iform = str_pad($i,2,'0',STR_PAD_LEFT); echo " $iform "; } } $Itemvon = ((($SeiteAktuell-1)*$ErgebnisseProSeite))+1; if ($anzahl < $ErgebnisseProSeite) { $Itembis = $anzahl; } else { $Itembis =($Itemvon+$ErgebnisseProSeite-1); if ($Itembis > $anzahl) { $Itembis = $anzahl; } } if ($anzahl>0) echo "

 (" .sf_pageaktuell. ": $SeiteAktuell / " .sf_item . "$Itemvon - $Itembis)

"; ?>
S COMPOSER TITLE LABEL TT VK