/
/
home
/
u917864144
/
domains
/
humsafarholiday.com
/
public_html
/
admin
EDITOR
/home/u917864144/domains/humsafarholiday.com/public_html/admin/user.php
SAVE
CLOSE
<?php include 'header.php'; include 'page_load_header.php'; $record = mysqli_num_rows(mysqli_query($con, "SELECT * FROM users")); $pagi = ceil($record / $per_page); $query = "SELECT * FROM users ORDER BY id DESC Limit $s_id,$per_page"; $query_run = mysqli_query($con, $query); ?> <!-- Search Modal --> <div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="searchModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content bg-transparent"> <div class="card mb-1"> <div class="px-3 py-2 d-flex flex-row align-items-center" id="top-search"> <i class="ti ti-search fs-22"></i> <input type="search" class="form-control border-0" id="search-modal-input" placeholder="Search for actions, people,"> <button type="button" class="btn p-0" data-bs-dismiss="modal" aria-label="Close">[esc]</button> </div> </div> </div> </div> </div> <!-- ============================================================== --> <!-- Start Page Content here --> <!-- ============================================================== --> <div class="page-content"> <!-- Start Content--> <div class="page-container"> <div class="page-title-head d-flex align-items-sm-center flex-sm-row flex-column gap-2"> <div class="flex-grow-1"> <h4 class="fs-18 fw-semibold mb-0">Users</h4> </div> <div class="text-end"> <ol class="breadcrumb m-0 py-0"> <li class="breadcrumb-item"><a href="index.php?s_id=1">Dashboard</a></li> <li class="breadcrumb-item active">Users</li> </ol> </div> </div> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-header border-bottom border-light"> <div class="d-flex flex-wrap justify-content-between gap-2"> <div class="position-relative"> <input type="text" class="form-control ps-4" placeholder="Search Company"> <i class="ti ti-search position-absolute top-50 translate-middle-y ms-2"></i> </div> <div> <a href="user_add.php" class="btn btn-primary"><i class="ti ti-plus me-1"></i>Add Users</a> </div> </div> </div> <div class="table-responsive"> <table class="table table-hover text-nowrap mb-0"> <thead class="bg-light-subtle"> <tr> <th class="ps-3" style="width: 50px;"> <input type="checkbox" class="form-check-input" id="customCheck1"> </th> <th>ID</th> <th>User Name</th> <th>Profile</th> <!-- <th>Images</th> --> <th>Mobile Number</th> <th>Email</th> <th>Password</th> <th>Confirm Password</th> <th>Logo</th> <th class="text-center" style="width: 120px;">Action</th> </tr> </thead> <tbody> <?php while ($row = mysqli_fetch_assoc($query_run)) { ?> <tr> <td class="ps-3"> <input type="checkbox" class="form-check-input" id="customCheck2"> </td> <td><?php echo $row['id']; ?></td> <td> <div class="d-flex justify-content-start align-items-center gap-3"> <?php echo $row['user_name']; ?> </div> </td> <td> <div class="avatar-md"> <img src="../image/user/<?php echo $row['profile']; ?>" alt="user-2" class="img-fluid rounded-2"> </div> </td> <td><?php echo $row['mobile_no']; ?></td> <td><?php echo $row['email']; ?></td> <td> <div class="d-flex justify-content-start align-items-center gap-3" style="width:15em; overflow:hidden;"> <?php echo $row['pass']; ?> </div> </td> <td> <div class="d-flex justify-content-start align-items-center gap-3" style="width:10em; overflow:hidden;"> <?php echo $row['con_pass']; ?> </div> </td> <td> <div class="avatar-md"> <img src="../image/logo/<?php echo $row['logo']; ?>" alt="user-3" class="img-fluid rounded-2"> </div> </td> <td class="pe-3"> <div class="hstack gap-1 justify-content-end"> <!-- <a href="javascript:void(0);" class="btn btn-soft-primary btn-icon btn-sm rounded-circle"> <i class="ti ti-eye"></i> </a> --> <a href="user_edit.php?id=<?php echo $row['id']; ?>" class="btn btn-soft-success btn-icon btn-sm rounded-circle"> <i class="ti ti-edit fs-16"></i> </a> <a href="user_delete.php?id=<?php echo $row['id']; ?>" class="btn btn-soft-danger btn-icon btn-sm rounded-circle"> <i class="ti ti-trash"></i> </a> </div> </td> </tr> <?php } ?> </tbody> </table> </div> <?php include 'page_load_footer.php';?> </div> </div> </div> <?php include 'footer.php'; ?>
Ln 1, Col 1
FORMAT
WRAP
SAVE FILE
ONLINE
admin
31 items
11:16:00
TERMINAL FM
×
NAVIGATION
Root
Parent Dir
Refresh
ACTIONS
New Folder
New File
Upload Files
New Symlink
SELECTION
Select All
Deselect
Delete Selected
NEW FOLDER
FOLDER NAME
NEW FILE
FILE NAME
UPLOAD FILES
Click to browse or drag & drop files
No files selected
RENAME
CURRENT NAME
NEW NAME
COPY FILE
SOURCE
DESTINATION NAME
CHMOD
FILE / FOLDER
CURRENT PERMISSIONS
NEW MODE (octal)
755 (rwxr-xr-x)
644 (rw-r--r--)
777 (rwxrwxrwx)
600 (rw-------)
444 (r--r--r--)
CONFIRM DELETE
You are about to delete:
This action is irreversible. All contents will be permanently removed.
NEW SYMLINK
LINK TARGET (path)
LINK NAME
Edit
Preview
Download
Rename
Copy
Chmod
Delete