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
/ home1/ bdapparelinfo/ hi-techplasticltd.com/ |
|
<?php include 'header.php';?> <!-- Header --> <!-- Revoslider Start --> <?php include 'slider.php';?> <!-- Revoslider Ends --> <section class="welcome"> <div class="container"> <?php $SQL = "select * from pages_content where content_pages_name='Home Pages' ORDER BY `id` ASC"; $query = mysql_query($SQL); while ($result = mysql_fetch_array($query)) { $img=$result['image']; ?> <div class="heading-welcome"> <h4><?php echo $result['title'];?></h4> <?=$result['description'];?> <?php } ?> </div> </section> <?php include 'footer.php';?>