Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/alumni-gallery.php |
<?php require_once("header.php"); ?> <div class="parent_colour container"> <div class="department-main-section"> <br /> <center><h2 class="head-title">Alumni Gallery</h2> <?php require_once("alumni-left-panel.php"); ?> <div class="parent_data_contnr" > <?php $report_details = $db->get_all_alumni_gallery(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $image = $report_details[$counter][2]; ?> <div style="display:inline-table;color:white" > <a href="/gallery/<?php echo $image; ?>" target="_blank" ><img src="/gallery/<?php echo $image; ?>" class="img-data"></a> <p class="image_caption"><center><?php echo $title;?> </center></p> </div> <?php $counter ++; } }else { ?> <td colspan="4">No Data Found...</td> <?php } ?> </div> </div> </div> </div> </section><!-- end of service section --> <?php require_once("footer.php"); ?>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4