Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ public_html/ |
|
<h2> Our Product </h2> <div style="float:left;"> <?php $SQL = "select * from pages_content where content_pages_name='Product List' and company_id='$sq'"; $query = mysql_query($SQL); $query = mysql_query($SQL); while ($result = mysql_fetch_array($query)) { $Pages_Name = $result['content_pages_name']; $Title = $result['title']; $Description = $result['description']; $Email = $result['email']; $Images = $result['image']; $sq = $result['id']; ?> <a href="#details_of_product.php?id=<?php echo $sq;?>"><div class="photo160"> <img src="<?=$bjmea_admin;?>/upload/<?=$Images;?>" alt="<?=$Title;?>" border="0" width="200"> <br> <?php echo $Title ;?> </div></a> <?php } ?> </div><!--=============end pro==================-->