ok
Direktori : /home2/selectio/public_html/salemgovtitialumni.in/ |
Current File : /home2/selectio/public_html/salemgovtitialumni.in/history.php |
<?php include 'header.php' ?> <style> .section-padding { padding-top: 0px; padding-bottom: 10px; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #dddddd; text-align: center; padding: 8px; } tr:nth-child(even) { background-color: #dddddd; } </style> <?php $statement = $pdo->prepare("SELECT id,content_type,title,content,status FROM tbl_content WHERE content_type = 1 AND id=1"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); $total_result = $statement->rowCount(); ?> <!-- Page Banner Start --> <div class="section page-banner-section" style="background-image: url(assets/images/bg/page-banner.jpg);margin-top: 16%;min-height: 200px;"> <div class="container"> <div class="page-banner-wrap"> <div class="row"> <div class="col-lg-12"> <!-- Page Banner Content Start --> <div class="page-banner text-center" style="margin-top: -5%;"> <h2 class="title" style="color: #f17a28;">History of ITI</h2> <ul class="breadcrumb justify-content-center"> <li class="breadcrumb-item" style="color: #2e3092;"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page" style="color: #2e3092;">History of ITI</li> </ul> </div> <!-- Page Banner Content End --> </div> </div> </div> </div> </div> <!-- Page Banner End --> <!-- About Start --> <div class="section upstudy-about-section-06 section-padding"> <div class="container"> <div class="about-wrap"> <div class="row"> <div class="col-lg-12"> <!-- About Content Start --> <div class="about-content" style="padding-left: 0px;"> <?php if($total_result > 0){ echo $result[0]['content']; } ?> </div> <!-- About Content End --> </div> </div> </div> </div> </div> <!-- About End --> <?php include 'footer.php' ?>