📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya Düzenle: update_notice1.php
<?php session_start(); include 'connect.php'; if (isset($_SESSION['admin_FullName'])) { $r_id = $_GET['id']; $sql = "update notice SET Priority = '1' where Sno= '$r_id' "; if($query = mysql_query($sql)) { header("location:notice_add.php"); } else { echo "Retailer Not Deleted"; } } else { header("location:admin_login.php"); } ?>
💾 Kaydet
İptal