V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
public_html
/
dashboard
/
Viewing: contact.php
<?php include "include/connection.php"; include "include/top-meta.php"; include "include/header.php"; include "include/left.php"; $sql = "SELECT * FROM contact"; $res = $db->query($sql); $arr = array(); while ($row = $res->fetch_assoc()) { $arr[] = $row; } ?> <!-- Content Wrapper. Contains page content --> <!-- Main content --> <section class="content"> <h2> Total Entrepreneurship </h2> <div class="table-responsive"> <table id="mytable" class="table table-bordered table-striped" > <thead> <tr> <th> Name </th> <th> Mobile </th> <th> E-mail Id </th> <th> Message </th> <th> Action </th> </tr> </thead> <?php if (is_array($arr) && count($arr) > 0) { foreach ($arr as $row) { ?> <tbody> <tr> <td><?php echo $row['name']; ?></td> <td><?php echo $row['mob']; ?></td> <td><?php echo $row['email']; ?></td> <td><?php echo $row['msg']; ?></td> <td style="width:50px;"> <a href="delete.php?id=<?php echo $row['id'];?>&type=contact" title="Delete" class="btn btn-danger btn-sm delete"><i class="fa fa-trash"></i> </a> </td> </tr> </tbody> <?php } } ?> </table> </div> <div class="pagination pagination-small"> </div> <!-- /.content --> </div> </section> </div> <?php include "include/footer.php"; include "include/footer-meta.php"; ?>
Coded With 💗 by
HanzOFC