0byt3m1n1
Path:
/
home
/
k74ns2xygros
/
www
/
[
Home
]
File: homeleftsider.php
<?php include_once('noticedb.php'); ?> <div class="col-md-3"> <div class="side_menu"> <h3>Menu</h3> <div class="formwrapogin"> <div class="login-form"> <div class="main-div" style="background-color: #d9e56b;"> <form id="Login" style="margin-bottom: 5px;"> <a href="#" class="btn btn-primary wfgwfwf" style="margin-top: 5px;" target="_blank">Mining Work</a> <a href="#" class="btn btn-primary wfgwfwf" target="_blank">Power Sectors </a> <a href="#" class="btn btn-primary wfgwfwf" target="_blank">Manufacturing Work</a> <a href="https://etender.up.nic.in/nicgep/app" class="btn btn-primary wfgwfwf" target="_blank">E-tendering</a> <a href="https://www.globeindia.co.in/globeindia/cms/login.php" target="_blank" class="btn btn-primary fee">Globeindia Login</a> </form> </div> </div> <div class="noticeboard gegwegwgwg"> <h3><i class="fa fa-thumb-tack" aria-hidden="true" style='color:red;'></i> Notice Board </h3> <div class="notice" style="height: 235px;background: gold;"> <marquee direction="up" onmouseout="this.start();" onmouseover="this.stop();" scrollamount="3" style="height: 215px; width: 100%;" width="100%"> <h3 align="justify" color="black"> आवश्यक सूचना </h3><br> <?php mysqli_set_charset('utf8'); mysqli_set_charset($conn, "utf8"); $sql = "SELECT * FROM noticeboard"; $result = mysqli_query($conn, $sql); if ($result) { while ($row = $result->fetch_assoc()) { ?> <p align="justify"><img src="images/new.gif" style="cursor: nw-resize;"><font color="black"> <?php //print_r($row); echo $row['notice_title']; ?> </font></p> <font color="black"> </font> <hr> <?php } } else { echo "0 results"; } $conn->close(); ?> </marquee> </div> </div> </div> </div> </div> <style> .newsfeeds { margin: 25px 0px; } .cbp-caption-defaultWrap { text-align: center; } </style>