H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
aussieeducation
/
sitecms
/
process-update
/
Nama File / Folder
Size
Action
update-attribute-process.php
0.958KB
Hapus
Edit
Rename
update-page.php
3.575KB
Hapus
Edit
Rename
update-photo-status.php
0.705KB
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 ///// code start here ///// // define variables and set to empty values $status = $_REQUEST['status']; $photo_id = $_REQUEST['id']; $sql = ("update photo_gallery set status = '$status', modified = '$today' where id = '$photo_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-photo-gallery"); ?> <?php ob_flush(); ?>
Liking