Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
adminserver
:
delete_submit.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include("header.php");?> <?php $id = $_GET['id']; if($id) { @unlink($image['image']); $result=mysql_query("delete from table_name where question_id='$id'"); $del = mysqli_query($mysqli, "DELETE FROM `about_page` WHERE `id`='".$id."'"); ?> <script> window.location.href='manage_about.php';</script> <?php }?>