📁
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
759.71 KB
0644
🗑️
⬇️
✏️
🔒
Editing: orderpay.php
<?php session_start(); include"every.php"; include"header2.php";?> <body onLoad="getLocation()"> <main id="main"> <!-- ======= Track and Book Section ======= --> <section id="about" class="about"> <div class="container" data-aos="fade-up"> <div class="row content" align="center";> <div class="col-lg-4" style="padding:20px; margin: auto; width: 80%;"> <p><form method="post" action="walle.php"> <input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="ordid" required hidden > <button type="submit" name="Submit" class="btn-buy" style="background-color:#FF0996; color:#FFFFFF; border:none;"><i class="bx bxs-right-arrow-alt get-started-icon" style="color:#fff; "></i>Pay with Wallet</button></form></p> <p><form method="post" action="stack.php"> <input type="text" class="form-control" value="<?php echo $_SESSION['ide']; ?>" name="idea" required hidden > <input type="text" class="form-control" placeholder="Email Address" value="<?php echo $email; ?>" name="mail" required hidden> <button type="submit" name="Submit" class="btn-buy" style="background-color:#FF0996; color:#FFFFFF; border:none;"><i class="bx bxs-right-arrow-alt get-started-icon" style="color:#fff; "></i>Pay with Debit Card</button></form></p> </div> </div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes