 <?php require_once('../Connections/BE2.php'); ?>
 <? 
 
mysql_select_db($database_BE2, $BE2);
$query_Rt3 = sprintf("SELECT * FROM webshop WHERE windex =5 AND coid='%s' ",$_SESSION['shop_id']) ; 
$Rt3 = mysql_query($query_Rt3, $BE2) or die(mysql_error());
$row_Rt3 = mysql_fetch_assoc($Rt3);
$totalRows_Rt3 = mysql_num_rows($Rt3);
// echo $query_Rt3;
?> 
 
       <div class="col-md-12 col-xs-12 col-sm-12">
       <div class="thumbnail">
        <img src="/shop/img/<?= $row_Rt3['wimg'].'.'.$row_Rt3['wimgext']; ?>" title="<?= $row_Rt3['wtitle'];?>" width="350" height="350" /></a>
           
       </div>
            <div style="text-align: center; font-weight: bold; color: #03F;"><?= $row_Rt3['wtitle'];?></div> 
       </div>
 
         
        	 <div class="clearfix"> </div>
 
<?php
mysql_free_result($Rt3);
 
 ?>
   