📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
/
adminpanel
Dosya Düzenle: del_course_code.php
<?php session_start(); $p=$_SESSION['Dept_head']; include 'connect.php'; if (isset($_SESSION['Dept_head'])){ $sql = "DELETE FROM course WHERE cid='" . $_GET["A_id"] . "' AND publisher='" . $p . "' "; if(mysqli_query($con,$sql)){ header('location:del_course.php'); } else{ echo "something error"; } } ?>
💾 Kaydet
İptal