File "about-us.php"

Full path: /home/fsibplc/public_html/section/bde/about-us.php
File size: 1006 B (1006 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back


                   
                   <?php
				 
					 
					$pages = "SELECT * FROM pages WHERE slug = 'about-the-company' LIMIT 1";
					$pages_run = mysqli_query($con, $pages);

					if (mysqli_num_rows($pages_run) > 0) {

						foreach ($pages_run as $pageitem) {
				?>	
	
    <!--Start About Area-->
	<div class="about-area ptb-100">          
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-lg-6">
                        <div class="about-image-content pr-15">
                            <img src="uploads/page/<?=$pageitem['image'];?>" alt="Image">
                        </div>
                    </div>
	
						
						
						<?php echo $pageitem['description']; 	
							//	echo $pageitem['description_bn']; 
								
						}}
?>
                   
                   
                   
                </div>
            </div>
        </div>
        <!--End About Area-->