📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
butikv1.demodesign.com.tr
/
xpanel
📝
urun-menu-vitrin.php
← Geri Dön
<?php if ($_GET) { include("inc/vt.php"); $sorgu = $dbh->prepare("SELECT * FROM product Where id=:id"); $sorgu->execute(['id' => (int)$_GET["id"]]); $sonuc = $sorgu->fetch(); $where = ['id' => (int)$_GET['id']]; $tersi = $sonuc["dashh"]?"0":"1"; $durum = $dbh->prepare("update product set dashh=$tersi WHERE id=:id")->execute($where); if ($durum) { header("location:urun-liste.php"); } } ?>
💾 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