📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
firmarehberiv1.demodesign.com.tr
/
ajax
📝
sehir-auto.php
← Geri Dön
<script> $(function(){ $('#select-search.autocomplete').autocomplete({ data: { <?php $sehir = $db->table('dbo_il')->select('*')->orderBy('il_id', 'asc')->getAll(); foreach($sehir as $sehirget){ ?> "<?=$sehirget->il_ad?>": null, <?php } ?> }, limit: 8, // The max amount of results that can be shown at once. Default: Infinity. onAutocomplete: function(val) { // Callback function when value is autcompleted. }, minLength: 1, // The minimum length of the input for the autocomplete to start. Default: 1. }); }) </script>
💾 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