Server IP : 103.53.40.154 / Your IP : 3.144.20.66 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/generalmotorsju.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section"> <div class="container"> <h1>Video</h1> <ul class="page-depth"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li><a href="<?=$site_url?>/video.html"> <?=ucwords(strtolower($pgHeading));?> </a></li> </ul> </div> </section> <!-- End page-banner section --> <!-- services section ================================================== --> <section class="services-section" style="margin-bottom:35px;"> <div class="container"> <div class="services-box"> <div class="row"> <div class="col-md-12"> <?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" style="margin-top:40px;"> <iframe width="100%" height="400" class="amiGal" src="http://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe> <h3 style="padding:10px; background:#a0ce4e; color:#fff; font-size:18px; margin:0; text-align:center;"><?=$VIDEOS_DATA['video_title']?></h3> </div> <? }} ?> </div> </div> </div> </div> </section> <!-- End services section --> <!-- footer ================================================== --> <?php include("site-footer.php");?>