Server IP : 103.53.40.154 / Your IP : 3.144.89.152 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/brmarketingindia.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- CONTENT --> <!-- Intro Section --> <?php include("site-header-flash-inner.php");?> <!-- Intro Section --> <!-- Service Section --> <div id="services-section" class="pt-80 pt-xs-60"> <div class="container"> <?php $sql_videos=db_query("select * from tbl_video where 1 order by video_id asc"); if(mysqli_num_rows($sql_videos) >0){ ?> <div class="row"> <div class="col-sm-12"> <?php while($VIDEOS_DATA=mysqli_fetch_array($sql_videos)){ @extract($VIDEOS_DATA); ?> <div class="col-sm-6" style="margin-bottom:35px;"> <iframe width="100%" height="400" src="http://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe> <div style="padding:10px; background:#daa106; font-size:19px; color:#fff;"><?=$VIDEOS_DATA['video_title']?></div> </div> <?php } ?> </div> </div> <?php }else{ ?> <div class="row"> <div class="col-sm-12" align="center"> No record(s) found </div> </div> <?php } ?> </div> </div> <!-- Service Section end --> <?php include("site-footer.php");?>