Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/vaibhavitoursandtravels.com/admin/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/vaibhavitoursandtravels.com/admin/list-mumbai.php

 <?php
session_start();
if ($_SESSION['admin_name']) {
} else {
    header("location: index.php");
}
include 'common/header.php';
include '../common/db.php';
?>
  <div class="main-wrapper">
         <div class="page-wrapper">
            <div class="content container-fluid">
 <div class="row">
                  <div class="col-lg-12">
                     <div class="card">
                        <div class="card-header">
                           <div class="row align-items-center">
                              <div class="col-sm-6">
                                 <div class="page-title">
                                    List Mumbai Package Enquiry
                                 </div>
                              </div>
                           </div>
                        </div>
                        <div class="card-body">
                           <div class="table-responsive">
                              <table class="table custom-table datatable">
                                 <thead class="thead-light">
                                    <tr>
                                       <th>SNo. </th>
                                       <th>Name</th>
                                       <th>Phone</th>
                                       <th>Travel Package Name</th>
                                       <th>Vehicle Type</th>
                                       <th>Date</th> 
                                       <th class="text-right">Action</th>
                                    </tr>
                                 </thead>
                                 <tbody>
                                    <?php

                                                $filter = "select * from list_mumbai";
                                                if (($result = $conn->query($filter))) {
                                                    while ($row = $result->fetch_assoc()) {
                                         ?>

                                          <tr>
                                                    <td><?php echo $row['id']; ?></td>
                                                    <td><?php echo $row['name']; ?></td>
                                                    <td><?php echo $row['mobile_no']; ?></td>
                                                    <td><?php echo $row['travel_package']; ?></td>
                                                    <td><?php echo $row['vehicletype']; ?></td>
                                                    <td><?php echo $row['date']; ?></td> 
                                      
                                       <td class="text-right">
                                          <a href="function.php?delete_mumbai_lead_id=<?php echo $row['id']; ?>" >
                                          <button type="submit" data-toggle="modal" data-target="#delete_list" class="btn btn-danger btn-sm mb-1">
                                          <i class="far fa-trash-alt"></i>
                                          </button>
                                        </a>
                                       </td>
                                    </tr>
                                     <?php   } }?>
                                 </tbody>
                              </table>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
      
      <?php include'common/footer.php'; ?>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4