MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.191.162.73
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/pccaterers.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/pccaterers.in/video.php
<?php include("site-header.php");?>
		<!-- slider area start -->
		 <div class="breadcumb-area black-opacity bg-img-3" style="background:url(<?=$site_url."/uploaded_files/".db_scalar("select header_flash_image_name from tbl_header_flash WHERE header_flash_type='Inner'")?>) no-repeat center; background-size:cover;">
            <div class="container">
                <div class="row">
                    <div class="col-xs-12">
                        <div class="breadcumb-wrap">
                            <h2> <?=ucwords(strtolower($pgHeading));?></h2>
                        </div>
                    </div>
                </div>
            </div>
            <div class="breadcumb-menu">
                <div class="container">
                    <div class="row">
                        <div class="col-xs-12">
                            <ul>
                                <li><a href="<?=$site_url?>/index.html">Home</a></li>
                                <li>/</li>
                                <li> <?=ucwords(strtolower($pgHeading));?></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>

		<!-- about-area start -->
        
        
        <section class="about-area ptb-140">
			<div class="container">
				<div class="row">
					<div class="col-md-12 col-xs-12 wow fadeInLeft abt-inner">
 <?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-4 feature-item1" style="margin-top:50px;">
       <iframe width="100%" height="250" src="https://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe>
        <div class="content">
          <h2 class="heading" style="margin-top:20px"><?=$VIDEOS_DATA['video_title']?></h2>          
        </div>
      </div>
             
      <?php }}else{?>
<div class="text-center msgNegative">No record(s) found</div>                
<?php }?>      
                    
                    </div>
					
				</div>
			</div>
		</section>
<?php include("site-footer.php");?>

MMCT - 2023