File "page.php"

Full path: /home/fsibplc/public_html/fsib/page.php
File size: 1.68 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
include('./includes/config.php'); 
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php'); 
include('includes/navbar.php'); 
//include('includes/slider.php'); 
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->




    <!-- <div class="about_hero">
        <h3>Compliance</h3>

    </div> -->


    <div class="container">
            <!--dynamic start-->
            <?php

                if (isset($_GET['title'])) {

                    $slug = mysqli_real_escape_string($con, $_GET['title']);

                    $pages = "SELECT * FROM pages WHERE slug = '$slug' LIMIT 1";

                    $pages_run = mysqli_query($con, $pages);



                    if (mysqli_num_rows($pages_run) > 0) {



                        foreach ($pages_run as $pageitem) {

                ?>
 <h4 class="tab_title m-5"><?php echo $pageitem['name']; 	?></h4>     
<p><?php echo $pageitem['description']; 	

//echo $pageitem['description_bn']; ?></p>


                  <!--dynamic end-->

                <?php }
                        }
                        } else {

                ?>

                        <h4>No Such Page Found</h4>

                <?php
                }
                ?>               



 

    </div><!--container end-->


    
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>