GOOGLE

aku nok ndi : /home/astwardha/public_html/
File Up :
aku nok ndi : /home/astwardha/public_html/important_news.php

<?php include("includes/connection.php");?>
<div class="col-md-3 col-sm-4 wow fadeInDown min_h" data-wow-duration="1000ms" data-wow-delay="600ms" >
    <h2 style="color:yellow; "><img src="images/news-6.png" alt="Notice-Board" width="30" height="30">&nbsp;&nbsp;&nbsp;Important News</h2>
    <hr/>
 <marquee direction="up" scrollamount="2" scrolldelay="1" style="min-height:280px; color:#000;" onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=2"  > 
 	<?php $sl = mysqli_query($con, "SELECT * FROM `news_events` WHERE `active`=1 ORDER BY id DESC");
while($row = mysqli_fetch_array($sl)){?>
<a href='newsDetails.php?id=<?php echo $row['id'];?>'><h3 style="color: white; font: bold;"><img src="images/news.gif">&nbsp;&nbsp;<?php echo $row['title'];?></h3>
<hr/>
<?php } ?>
          
          </marquee>
        </div>

Copyright © 1945 - 2024 GOOGLE