/
/
home
/
u917864144
/
domains
/
dtdesigner.in
/
public_html
/
admin
EDITOR
/home/u917864144/domains/dtdesigner.in/public_html/admin/d_category.php
SAVE
CLOSE
<?php include('header.php'); $query = 'SELECT * FROM `g_categoty` WHERE id'; $query_run = mysqli_query($con, $query); ?> <!-- sa-app__body --> <div id="top" class="sa-app__body"> <div class="mx-sm-2 px-2 px-sm-3 px-xxl-4 pb-6"> <div class="container"> <div class="py-5"> <div class="row g-4 align-items-center"> <div class="col"> <h1 class="h3 m-0">Graphic Category</h1> </div> <div class="col-auto d-flex"><a href="d_category_add.php" class="btn btn-primary">Add Graphic Category</a></div> </div> </div> <div class="card"> <div class="p-4"><input type="text" placeholder="Start typing to search for coupons" class="form-control form-control--search mx-auto" id="table-search" /></div> <div class="sa-divider"></div> <table class="sa-datatables-init text-nowrap" data-order="[[ 1, "asc" ]]" data-sa-search-input="#table-search"> <thead> <tr> <th class="w-min" data-orderable="false"><input type="checkbox" class="form-check-input m-0 fs-exact-16 d-block" aria-label="..." /></th> <th>Id</th> <th>Graphic Category Name</th> <th class="w-min" data-orderable="false">Action</th> </tr> </thead> <tbody> <?php while ($row = mysqli_fetch_assoc($query_run)) { ?> <tr> <td><input type="checkbox" class="form-check-input m-0 fs-exact-16 d-block" aria-label="..." /></td> <td><a href="app-coupon.html" class="text-reset"><?php echo $row['id']; ?></a></td> <td><?php echo $row['graphic_category']; ?></td> <td class="z-1000"> <div class="dropdown"> <a href="d_category_edit.php?id=<?php echo $row['id']; ?>"> <div class="badge badge-sa-pill badge-sa-primary d-inline w-100"> <i class="bi bi-pencil-fill"></i> </div> </a> <a href="d_category_delete.php?id=<?php echo $row['id']; ?>"> <div class="badge badge-sa-pill badge-sa-danger d-inline" style="margin-left: 20px;"> <i class="bi bi-trash-fill"></i> </div> </a> </div> </td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div><!-- sa-app__body / end --> <?php include('footer.php'); ?>
Ln 1, Col 1
FORMAT
WRAP
SAVE FILE
ONLINE
admin
27 items
14:09: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