H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
projectac
/
sitecms
/
process-update
/
Nama File / Folder
Size
Action
update-news-event.php
2.839KB
Hapus
Edit
Rename
update-slider-status.php
0.706KB
Hapus
Edit
Rename
update-sort-page.php
0.667KB
Hapus
Edit
Rename
update-video.php
0.676KB
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']; $center_id = $_REQUEST['center_id']; $sql = ("update center_videos 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: ../edit-center?id=$center_id&tab=videos"); ?> <?php ob_flush(); ?>
Liking