📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv1.demodesign.com.tr
/
includes
/
post
/
users
📝
address-delete.php
← Geri Dön
<?php echo !defined("GUVENLIK") ? die("Vaoww! Bu ne cesaret?") : null;?> <?php if ($userSorgusu->rowCount()>0){ $adres_id = gets('address_id'); $sil = $db->prepare("DELETE from uyeler_adres WHERE adres_id=:adres_id"); $islem = $sil->execute(array( 'adres_id' => $adres_id )); if ($islem) { header('Location: '.$siteurl.'uyelik/kayitli-adresler'); $_SESSION['sil_success']='success'; }else { echo 'veritabanı hatası'; } }
💾 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