📁
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
3780.27 KB
0644
🗑️
⬇️
✏️
🔒
Editing: revsubmit.php
<?php include "connect_to_mysqli.php"; if (isset($_POST['submit'])) { $nam = $_POST['user']; $rate= $_POST['rate']; $des= $_POST['rev']; $date= $_POST['dear']; $pro= $_POST['used']; $submit = mysqli_query($con,"insert into review(id, user, mess, rate, date) values ('$pro','$nam','$des','$rate','$date')") or die ('Could not connect: ' .mysqli_error($con)); echo header("location:detail.php#review"); } ?>
💾 Save Changes