Shell File Manager

Current Path : /home/camscanae/public_html/support/
Upload File :
Current File : /home/camscanae/public_html/support/instructional_videos.php

<?php $support = 'support' ?>
<?php $support2 = 'instructional_videos' ?>
<?php
include_once('../include/config.php');
?>
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>CamScan FZCO |Support</title>
  <?php
  include('../include/header.php');
  include('../include/nav.php');
  $log_status = $_GET['log_status'];
  ?>

<body>

  <!-- ======= Gallery Section ======= -->
  <section id="gallery" class="gallery">
    <div class="container" data-aos="fade-up">

      <div class="section-title ">
        <h2>instructional Videos</h2>
        <div style="text-align: left;">

          <p>CamScan FZCO’s award-winning DVR’s are renowned for their user-friendly and intuitive full HD GUI. The following videos outline some basic settings on your CamScan FZCO DVR.</p><br>
          <br>

          <?php
          $type = "SELECT * FROM instructional_videos ";
          $type_run = mysqli_query($connection, $type);

          if (mysqli_num_rows($type_run) > 0) {
            foreach ($type_run as $typefor) {
              // print_r($pritems1);
              $video_name = $typefor['video_name'];
              $video_link = $typefor['video_link'];


          ?>

              <ul>
                <li><a href="<?php print_r($video_link) ?>"> <?php print_r($video_name) ?> </a></li>
              </ul>

          <?php
            }
          }
          ?>
        </div>
      </div><br>


      <div class="swiper-pagination"></div>
    </div>

    </div>
  </section><!-- End Gallery Section -->

  </main><!-- End #main -->

  <!-- ======= Footer ======= -->
  <?php
  include '../include/footer.php';
  ?>
</body>

</html>

Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]