📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
belediyescripti.demodesign.com.tr
/
tema
/
genel
/
ajax
📝
diger_ihaleler.php
← Geri Dön
<?php sleep(1); ob_start(); session_start(); require_once('../../../_class/baglan.php'); require_once('../../../_class/fonksiyon.php'); require_once('../../../language/dil_'.$_SESSION['k_dil'].".php"); if($_POST) { $id = $_POST['id']; $DIGERSorgu = $db->prepare("SELECT * FROM ihaleler WHERE durum = ? AND dil = ? AND id < ? ORDER BY id DESC LIMIT 10"); $DIGERSorgu->execute(array("1",$_SESSION['k_dil'],$id)); $DIGERislem = $DIGERSorgu->fetchALL(PDO::FETCH_ASSOC); if($DIGERSorgu->rowCount() != "0"){ foreach ( $DIGERislem as $DIGERSonuc ){?> <li class="is-active" id="<?php echo $DIGERSonuc['id']; ?>"> <a href="<?php echo $htc['ihaledetayurl']; ?>/<?php echo $DIGERSonuc['seo']; ?><?php echo $html;?>"> <h3 class="text"> <span class="icon"><i class="fas fa-align-right"></i></span> <?php echo $DIGERSonuc['adi'];?> </h3> <div class="date"><?php echo tarih($DETAYSonuc['baslama_tarih']." ".$DETAYSonuc['baslatma_saat']);?></div> </a> </li> <?php } } else { echo "yok"; } } ?>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula