Server IP : 192.124.249.33 / Your IP : 66.248.200.33 Web Server : Apache System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64 User : tarangglobal ( 1001) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/tarangglobal/public_html/cyber/ |
Upload File : |
<div class="wpb_gallery_slides wpb_image_grid" data-interval="3"> <ul class="wpb_image_grid_ul" style="position: relative;"> <?php require_once('pdoconfig.php'); /* $sql="select * from aa_project_master where approve=1"; //echo $sql; $resb=$action->select($sql);*/ $catid=$_REQUEST['catid']; $sqlu="select * from aa_resource_master"; $res= $action->select($sqlu); foreach ($res as $id=>$row){ $res_id=htmlspecialchars($row['res_id']); //$crs_name=htmlspecialchars($row['crs_name']); $resource_name=htmlspecialchars($row['resource_name']); $resource_description=htmlspecialchars($row['resource_description']); $resource_make=htmlspecialchars($row['resource_make']); $resource_model=htmlspecialchars($row['resource_model']); $resource_quantity=htmlspecialchars($row['resource_quantity']); // $resource_model=htmlspecialchars($row['resource_model']); // $resource_link=htmlspecialchars($row['resource_link']); //$resource_pdf=htmlspecialchars($row['resource_pdf']); $file=htmlspecialchars($row['Picture']); //echo $catid; ?> <li class="isotope-item"> <?php if($row['Picture']!='') { ?> <table style="width:280px;float:center;" class="table-cs"> <tr><td> <a class="prettyphoto" href="http://www.tarangglobal.com/wp/equipment-detail/?resid=<?=$row['res_id'];?>" data-rel="prettyPhoto[rel-276-118791932]"> <img class="" src="../../cyber/admin/upload/res_file/<?=$row['Picture'];?>" style="width:220px;height:220px;border-radius: 15px;margin-bottom: 10px;" alt="" title="1"> <a class="prettyphoto" href="http://www.tarangglobal.com/wp/equipment-detail/?resid=<?=$row['res_id'];?>" style="color: #40128f"> </td></tr> <tr style="height:70px;"><td style="text-align:center;font-weight:bold;background-color:#efcf4f;font-color:000000;font-size:18px;"> <?=$resource_name;?></td></tr> <tr style="height:65px;"><td style="text-align:center;font-color:000000;font-size:15px;"><?=$resource_make." ".$resource_model;?></td></tr> </table> </a> <?php } else { ?> <table style="width:280px;float:center;" class="table-cs"> <tr> <td><a class="prettyphoto" href="http://www.tarangglobal.com/wp/equipment-detail/?resid=<?=$row['res_id']?>" data-rel="prettyPhoto[rel-276-118791932]"> <img class="" src="../../cyber/admin/upload/no-image-icon.png" style="width:220px;height:220px;border-radius: 15px;margin-bottom: 10px;" alt="" title="1"> <a class="prettyphoto" href="http://www.tarangglobal.com/wp/equipment-detail/?resid=<?=$row['res_id'];?>" style="color: #40128f"> </TR></td> <tr style="height:70px;"><td style="text-align:center;font-weight:bold;background-color:#efcf4f;font-size:18px;"> <?=$resource_name;?></td></tr> <tr style="height:65px;"><td style="text-align:center;font-size:15px;"><?=$resource_make." ".$resource_model;?></td></tr> </table> </a> <?php } ?> </a> </li> <?php } ?> </ul> </div>Private