-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
www
/
admin
/
Upload File:
files >> /home/indianstaffing/www/admin/membership_form_data.php
<?php include '../config.php'; include'include/header.php'; include'include/sidebar.php'; $date = date('D-M-Y'); ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1 class="m-0">Membership form users</h1> </div><!-- /.col --> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="<?= $weburl; ?>/index">Home</a></li> <li class="breadcrumb-item active">Membership form users</li> </ol> </div><!-- /.col --> </div><!-- /.row --> </div><!-- /.container-fluid --> </div> <!-- /.content-header --> <!-- Main content --> <section class="content"> <div class="container-fluid"> <!-- /.row --> <div class="row"> <div class="col-12"> <div class="card"> <!-- ./card-header --> <div class="card-body"> <table class="table table-bordered table-hover table-responsive" id='example' style="display:table;"> <thead> <tr> <th>S.No</th> <th>company name</th> <th>name </th> <th>designation</th> <th>email</th> <th>mobile</th> <th>Status</th> </tr> </thead> <tbody> <?php $membership_form = GetAllData('membership_form'); if(!empty($membership_form)){ $i=1; foreach($membership_form as $value){ ?> <tr> <td style="width:8%;"><?=$i++?></td> <td><?=$value['company_name']?></td> <td><?=$value['name']?></td> <td><?=$value['designation']?></td> <td><?=$value['email']?></td> <td><?=$value['mobile']?></td> <td> <a href="view-membership-data.php?id=<?=$value['id']?>" class="text-success"><i class="fa fa-eye"></i></a> <a href="javascript:void(0)" onclick="DeleteData('membership_form',<?=$value['id']?>)" class="text-danger"><i class="fa fa-trash"></i></a> </td> </tr> <?php } } ?> </tbody> </table> </div> <!-- /.card-body --> </div> <!-- /.card --> </div><!-- /.container-fluid --> </section> <!-- /.content --> </div> <?php include'include/footer.php'; ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥