$count = mysql_num_rows(mysql_query("SELECT id FROM blog order by id desc"));
$toplamsayfa = ceil($count / $limit);
$baslangic = ($page-1)*$limit;
if($toplamsayfa < @$_GET["page"]){ echo ''; exit(); }else{ }
$sorustur = "SELECT * FROM blog ORDER BY id desc LIMIT $baslangic,$limit"; $yazdir_sorgu = mysql_query($sorustur) or die(mysql_error());
if(mysql_num_rows($yazdir_sorgu)=="0"){ echo 'Eklenmiş bir blog yazısı bulunamadı! Lütfen daha sonra tekrar deneyin.'; }else{
while ($yazdir = mysql_fetch_array($yazdir_sorgu)){ $kat = $yazdir['kategori']; $id = $yazdir['id'];
$yorum_za=strtotime($yazdir['tarih']);
$ay=array('','Ocak','Şubat','Mart','Nisan','Mayıs','Haziran','Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık');
$yorum_z=date('d',$yorum_za)." ".$ay[date("n",$yorum_za)]." ".date('Y', $yorum_za); ?>
';
if($count > $limit) :
$x = 2;
$lastP = ceil($count/$limit);
if($print['seourl']==".php"){
if($page > 1){
$onceki = $page-1;
echo "Geri";
} }elseif($print['seourl']==".html"){
if($page > 1){
$onceki = $page-1;
echo "Geri";
} }
if($print['seourl']==".php"){
if($page==1) echo "1";
else echo "1";
}elseif($print['seourl']==".html"){
if($page==1) echo "1";
else echo "1"; }
if($page-$x > 2) {
echo "...";
$i = $page-$x;
} else {
$i = 2;
}
if($print['seourl']==".php"){
for($i; $i<=$page+$x; $i++) {
if($i==$page) echo "$i";
else echo "$i";
if($i==$lastP) break;
} }elseif($print['seourl']==".html"){
for($i; $i<=$page+$x; $i++) {
if($i==$page) echo "$i";
else echo "$i";
if($i==$lastP) break;
} }
if($print['seourl']==".php"){
if($page+$x < $lastP-1) {
echo "...";
echo "$lastP";
} elseif($page+$x == $lastP-1) {
echo "$lastP";
} }elseif($print['seourl']==".html"){
if($page+$x < $lastP-1) {
echo "...";
echo "$lastP";
} elseif($page+$x == $lastP-1) {
echo "$lastP";
} }
if($print['seourl']==".php"){
if($page < $lastP){
$sonraki = $page+1;
echo "İleri";
} }elseif($print['seourl']==".html"){
if($page < $lastP){
$sonraki = $page+1;
echo "İleri";
} }
endif; echo '