Server IP : 103.53.40.154 / Your IP : 3.144.109.159 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/vermaborewell.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <?php include("site-header-flash-inner.php");?> <section> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="separator separator-rouned"> <i class="fa fa-cog"></i> </div> <!-- Portfolio Gallery Grid --> <?php $sql_videos=db_query("select * from tbl_video where 1 order by video_id asc"); if(mysqli_num_rows($sql_videos) >0){ while($VIDEOS_DATA=mysqli_fetch_array($sql_videos)){ @extract($VIDEOS_DATA); ?> <div class="col-md-6 text-center" style="margin-top:30px;"> <iframe width="250" height="190" src="http://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe> <div class="col-md-12 text-center video-title " > <h4 class="author text-theme-colored mb-0"> <?=$VIDEOS_DATA['video_title']?> </h4> </div> </div> <? }} ?> <!-- End Portfolio Gallery Grid --> <div class="clearfix"></div> <div class="separator separator-rouned" style="margin-top:30px;"> <i class="fa fa-cog"></i> </div> </div> </div> </div> </section> </div> <?php include("site-footer.php");?>