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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/parthaquafresh.com/site-header-flash.php
    <?php
$flash_sql_img=db_query("select * from tbl_header_flash where 1 and header_flash_status='Active' order by header_flash_id asc");
if(mysqli_num_rows($flash_sql_img)>0)
{
?>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
  <div class="carousel-inner">
      <?php

$i=0;
while($flash_res=mysqli_fetch_array($flash_sql_img))
{
  $i++;
?>
    <div class="carousel-item <?php if($i==1){ ?>active<?}?>" >
      <img class="d-block w-100" src="<?=$site_url?>/flash_images/<?=$flash_res['header_flash_image_name']?>" alt="" style="height:500px;" >
      <div class="carousel-caption d-none d-md-block">
    <h5 style="color:black"><?=$flash_res["header_flash_title"]?></h5>
    <p style="color:black"><?=$flash_res["header_flash_description"]?></p>
  </div>
    </div>
<?}?>
  
  </div>
  <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
    <span class="carousel-control-next-icon" aria-hidden="true"></span>
    <span class="sr-only">Next</span>
  </a>
</div>

<?}?>

 <?php/*
$flash_sql_img=db_query("select * from tbl_header_flash where 1 and header_flash_status='Active' order by header_flash_id");
if(mysqli_num_rows($flash_sql_img)>0)
{
?>

<section class="home-slides owl-carousel owl-theme">


<?php

$i=0;
while($flash_res=mysqli_fetch_array($flash_sql_img))
{
  $i++;
?>

<div class="single-banner-item">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-12">
<div class="banner-content">
<!-- <span class="sub-title">New Arrivals</span> -->
<h1><?=$flash_res["header_flash_title"]?></h1>
<p><?=$flash_res["header_flash_description"]?></p>
</div>
</div>
<div class="col-lg-7 col-md-12">
<div class="banner-image text-center">
<img src="<?=$site_url?>/flash_images/<?=$flash_res['header_flash_image_name']?>" class="main-image" alt="image">
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<?}?>


</section>

<?}*/?>
<center>
<img src="<?=$site_url?>/images/unnamed.png">
</center>

MMCT - 2023