Direktori : /proc/thread-self/root/home/rizant5/www/development/admin/ |
Current File : //proc/thread-self/root/home/rizant5/www/development/admin/subject_delete_ajax.php |
<?php require_once("../config.php"); $subject_id=$_POST['subject_id']; $conn->exec("delete from subjects where subject_id='$subject_id'"); ?>