H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
danieledler
/
sitecms
/
process-delete
/
Nama File / Folder
Size
Action
delete-attribute.php
0.628KB
Hapus
Edit
Rename
<=Back
<?php ob_start(); ?> <?php include("../includes/session.php"); ?> <?php include("../includes/login-verify.php"); ?> <?php include("../includes/printmsg.php"); ?> <?php include("../includes/extra-vars.php"); ?> <?php include("../includes/connection.php"); ?> <?php $id = $_REQUEST['id']; $attribute_name = $_REQUEST['attribute_name']; $sql = ("delete from attributes where id = '$id'"); $result = mysql_query($sql); $_SESSION['msg'] = '<div class="alert alert-success text-center"><strong>Attribute has been deleted successfully.</strong></div>'; header("location: ../manage-attributes?attribute_name=$attribute_name"); ?> <?php ob_flush(); ?>
Liking