Server IP : 103.53.40.154 / Your IP : 18.191.154.132 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/irshadwoodenscrap.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <div> <?php include("site-left-menu.php");?> <!--strat here lightbox script--> <link rel="stylesheet" href="<?=$site_url?>/css/lightbox.css"> <!--strat here lightbox script--> <div class="w680px fl mt10px ml20px"> <div> <h3> <p class="gray large"> <?=ucwords(strtolower($pgHeading));?> </p> </h3> <p class="bdrB1 mt3px"></p> <p class="fr black2"><span class="mr5px"><a href="<?=$site_url?>/index.html">Home</a></span>» <span class="ml5px mr2px"> <?=ucwords(strtolower($pgHeading));?> </span></p> </div> <div class="mt30px"> <?php $sql_certificates=db_query("select * from tbl_certificate where 1 order by certificate_id asc"); if(mysqli_num_rows($sql_certificates) >0){ while($CERTI_DATA=mysqli_fetch_array($sql_certificates)){ @extract($CERTI_DATA); ?> <div class="mt10px w330px p10px ml10px fl"> <p> <a href="<?=$site_url?>/certificate/<?=$CERTI_DATA['certificate_image_name']?>" data-lightbox="example-1"> <img src="<?=$site_url?>/certificate/<?=$CERTI_DATA['certificate_image_name']?>" alt="Certificate" title="Certificate" width="325" height="400" /> </a> </p> </div> <? }} ?> <p class="cb"></p> </div> <p class="cb"></p> </div> <p class="cb"></p> </div> </div> <script src="<?=$site_url?>/js/lightbox.js"></script> <?php include("site-footer.php");?>