D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
salvation.incrediblebengal.com
/
admin
/
Filename :
table-status.php
back
Copy
<?php include'config.php'; $id = $_GET['id']; $status = $_GET['status']; $sql = mysqli_query($conn, "UPDATE restro_tables SET table_status = '$status' WHERE table_id = '$id'"); header('location:config-tables.php'); ?>