X7ROOT File Manager
Current Path:
/home/u126090504/domains/nist.org.in/public_html/admin
home
/
u126090504
/
domains
/
nist.org.in
/
public_html
/
admin
/
📁
..
📄
add-achievers.php
(8.02 KB)
📄
add-bulletin.php
(5.62 KB)
📄
add-data.php
(38.42 KB)
📄
add-faculty.php
(7.4 KB)
📄
add-gallery.php
(10.99 KB)
📄
add-information-bulletin.php
(9.13 KB)
📄
add-marquee.php
(5.8 KB)
📄
add-result.php
(6.57 KB)
📄
add-slider.php
(5.77 KB)
📄
addform.php
(6.83 KB)
📁
assets
📄
authentication.php
(823 B)
📄
change-password.php
(5.86 KB)
📁
config
📄
home.php
(13.34 KB)
📁
image
📄
index.php
(6.77 KB)
📄
logout.php
(114 B)
📄
view-academic-achivers.php
(8.53 KB)
📄
view-apply-online.php
(8.86 KB)
📄
view-bulletin.php
(9.76 KB)
📄
view-contact.php
(6.68 KB)
📄
view-data.php
(64.25 KB)
📄
view-faculty.php
(8.09 KB)
📄
view-gallery.php
(7.24 KB)
📄
view-information-bulletin.php
(9.33 KB)
📄
view-marquee.php
(7.42 KB)
📄
view-non-academic-achivers.php
(8.54 KB)
📄
view-result.php
(7.55 KB)
📄
view-slider.php
(6.94 KB)
Editing: view-apply-online.php
<?php session_start(); if(empty($_SESSION['user'])){ echo "<script>window.location.assign('index.php')</script>"; } include("config/dbcon.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> <title> S.V.S SENIOR SECONDARY SCHOOL | View Contact</title> <link rel="shortcut icon" type="image/x-icon" href="../img/favicon.png"> <link href="assets/plugins/simplebar/css/simplebar.css" rel="stylesheet" /> <link href="assets/css/bootstrap.min.css" rel="stylesheet" /> <link href="assets/plugins/bootstrap-datatable/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css"> <link href="assets/plugins/bootstrap-datatable/css/buttons.bootstrap4.min.css" rel="stylesheet" type="text/css"> <link href="assets/css/animate.css" rel="stylesheet" type="text/css" /> <link href="assets/css/icons.css" rel="stylesheet" type="text/css" /> <link href="assets/css/sidebar-menu.css" rel="stylesheet" /> <link href="assets/css/app-style.css" rel="stylesheet" /> </head> <body> <div id="wrapper"> <?php include("config/menu.php"); include("config/header.php"); ?> <div class="clearfix"></div> <div class="content-wrapper"> <div class="container-fluid"> <!-- Breadcrumb--> <div class="row pt-2 pb-2"> </div> <!-- End Breadcrumb--> <div class="row"> <div class="col-lg-12"> <div class="card"> <div class="card-header"><i class="fa fa-table"></i> View All Registration</div> <div class="card-body"> <div class="table-responsive"> <table id="example" class="table table-bordered"> <thead> <tr> <th>Sr No</th> <th>First Name</th> <th>Last Name</th> <th>Father Name</th> <th>Date Of Birth</th> <th>Admision</th> <th>Current School</th> <th>Email</th> <th>Mobile</th> <th>District</th> <th>Area</th> <th>Description</th> </tr> </thead> <tbody> <?php $i=1; $select1=$con->query("SELECT * FROM `registration` ORDER BY `id` DESC"); while($row=$select1->fetch_assoc()){ ?> <tr> <td> <?php echo $i;?> </td> <td> <?php echo $row['fname'];?> </td> <td> <?php echo $row['lname'];?> </td> <td> <?php echo $row['father_name'];?> </td> <td> <?php echo $row['dob'];?> </td> <td> <?php echo $row['admission'];?> </td> <td> <?php echo $row['current_school'];?> </td> <td> <?php echo $row['email'];?> </td> <td> <?php echo $row['phone'];?> </td> <td> <?php echo $row['district'];?> </td> <td> <?php echo $row['area'];?> </td> <td> <?php echo $row['description'];?> </td> </tr> <?php $i++; } ?> </tbody> <tfoot> <tr> <th>Sr No</th> <th>First Name</th> <th>Last Name</th> <th>Father Name</th> <th>Date Of Birth</th> <th>Admision</th> <th>Current School</th> <th>Email</th> <th>Mobile</th> <th>District</th> <th>Area</th> <th>Description</th> </tr> </tfoot> </table> </div> </div> </div> </div> </div> </div> <!-- End container-fluid--> </div> <a href="javaScript:void();" class="back-to-top"><i class="fa fa-angle-double-up"></i> </a> </div> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/plugins/simplebar/js/simplebar.js"></script> <script src="assets/js/waves.js"></script> <script src="assets/js/sidebar-menu.js"></script> <script src="assets/js/app-script.js"></script> <script src="assets/plugins/bootstrap-datatable/js/jquery.dataTables.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/dataTables.bootstrap4.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/dataTables.buttons.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/buttons.bootstrap4.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/jszip.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/pdfmake.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/vfs_fonts.js"></script> <script src="assets/plugins/bootstrap-datatable/js/buttons.html5.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/buttons.print.min.js"></script> <script src="assets/plugins/bootstrap-datatable/js/buttons.colVis.min.js"></script> <script> $(document).ready(function() { //Default data table $('#default-datatable').DataTable(); var table = $('#example').DataTable({ lengthChange: true, buttons: ['copy', 'excel', 'pdf', 'print'] }); table.buttons().container() .appendTo('#example_wrapper .col-md-6:eq(0)'); }); </script> </body> </html>
Upload File
Create Folder