H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
playmatezoey
/
sitecms
/
process-update
/
Nama File / Folder
Size
Action
update-attribute.php
0.715KB
Hapus
Edit
Rename
update-page.php
3.661KB
Hapus
Edit
Rename
update-testimonial.php
0.644KB
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 $status = $_REQUEST['status']; $id = $_REQUEST['id']; $attribute_name = $_REQUEST['attribute_name']; $sql = ("update attributes set status = '$status', modified = '$today' where id = '$id'"); $result = mysql_query($sql); $_SESSION['msg'] = '<div class="alert alert-success text-center"><strong>Status has been updated successfully.</strong></div>'; header("location: ../manage-attributes?attribute_name=$attribute_name"); ?> <?php ob_flush(); ?>
Liking