📁
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
110.06 KB
0644
🗑️
⬇️
✏️
🔒
Editing: odd4.php
<?php include "header2.php"; ?> <?php // session_start(); ?><?php include "every.php"; include "order4.php"; ?> <body onLoad="getLocation()"> <style> .guy{ margin:0px; padding:0px; } </style> <?php $deal= $_SESSION['ide']; $sql = "SELECT * from parcel where id='$deal' "; $sql2 = mysqli_query($con,$sql); while($row = mysqli_fetch_array($sql2)) { $recn = $row["ren"]; $rmail= $row['rem']; $rmob = $row['phones']; } ?> <main id="main"> <!-- ======= Track and Book Section ======= --> <section id="about" class="about"> <div class="container" data-aos="fade-up"> <div class="row content"> <div class="col-lg-4 " style="padding:20px; width:100%; margin:auto; "> <H3 align="center">RECIEVER DETAILS</H3> <p> <form method="post" enctype="multipart/form-data"> <input type="text" class="form-control" value="<?php echo $recn; ?>" placeholder="Name" name="first" required/> </p> <p> <input type="email" class="form-control" value="<?php echo $rmail; ?>" placeholder="Email Address (Optional)" name="mail" ></p> <input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden > <p> <input type="tel" class="form-control controller" value="<?php echo $rmob; ?>" placeholder=" Phone Number" name="num"required /></p> <p align="center"><input type="submit" name"submit" value="Continue" class="submitn" required /></p> </form> </div> </div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes