📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
13329.21 KB
0644
🗑️
⬇️
✏️
🔒
Editing: end.php
<?php include "connect_to_mysqli.php"; $koy=$_POST['ordid']; $insert = mysqli_query($con,"UPDATE foods SET status= 'UnPaid' where id='$koy'") or die ('Could not connect: ' .mysqli_error($con)); $insert = mysqli_query($con,"UPDATE foods SET app= 'None' where id='$koy'") or die ('Could not connect: ' .mysqli_error($con)); session_destroy(); echo header ("location:items.php"); ?>
💾 Save Changes