📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
boot
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📁
css
-
0755
🗑️
🔒
📁
js
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
130.96 KB
0644
🗑️
⬇️
✏️
🔒
Editing: read.php
<?php session_start(); ?><?php include "header2.php"; ?><?php include "every.php"; ?> <body onLoad="getLocation()"> <style> .guy{ background-color:#FFFFFF; color:#000000; padding:20px; margin:40px; } </style> <main id="main"> <!-- =======rack and Book Section ======= --> <section id="about" class="about" > <div class="container" data-aos="fade-up"> <div class="row content"> <div class="col-lg-12" style="padding:10px; width:100%; margin:auto;"> <?php include "connect_to_mysqli.php"; $idea = $_POST['idea']; $sql = "SELECT all *from box where id = '$idea' "; $sql2 = mysqli_query($con,$sql); while($row = mysqli_fetch_array($sql2)) { echo' <h3>'.$row["tite"].'</h3> '.$row["mess"].' '; } ?> </div> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes