Path : /home/jpenter/conceptacademicclasses.com/admin/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /home/jpenter/conceptacademicclasses.com/admin/wcuimage.php |
<?php if(!isset($_SERVER['HTTP_REFERER'])){ // redirect them to your desired location header('location:../admin/index.php'); exit; } include_once 'dbconfig.php'; $sql_query="SELECT * FROM wcuimage"; $result_set=mysqli_query($con,$sql_query); $fetched_row=mysqli_fetch_array($result_set,MYSQLI_ASSOC); ?> <?php include('header.php'); ?> <!-- ============================================================== --> <!-- End Left Sidebar - style you can find in sidebar.scss --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- Page wrapper --> <!-- ============================================================== --> <div class="page-wrapper"> <!-- ============================================================== --> <!-- Bread crumb and right sidebar toggle --> <!-- ============================================================== --> <div class="page-breadcrumb"> <div class="row"> <div class="col-12 d-flex no-block align-items-center"> <h4 class="page-title">Why Choose Us Image</h4> <div class="ml-auto text-right"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">Why Choose Us</a></li> <li class="breadcrumb-item active" aria-current="page">Image</li> </ol> </nav> </div> </div> </div> </div> <!-- ============================================================== --> <!-- End Bread crumb and right sidebar toggle --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- Container fluid --> <!-- ============================================================== --> <div class="container-fluid"> <button type="button" class="btn btn-success btn-sm" style="float:right;" onclick="location.href='edit_wcuimage.php'">Update</button> <!-- ============================================================== --> <!-- Start Page Content --> <!-- ============================================================== --> <div class="row el-element-overlay"> <div class="col-md-6" > <div class="card"> <div class="el-card-item"> <div class="el-card-avatar el-overlay-1"> <img src="uploads/wcuimage/<?php echo $fetched_row['image'] ?>" alt="user" style="height:300px;" /> </div> </div> </div> </div> </div> <!-- ============================================================== --> <!-- End PAge Content --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- Right sidebar --> <!-- ============================================================== --> <!-- .right-sidebar --> <!-- ============================================================== --> <!-- End Right sidebar --> <!-- ============================================================== --> </div> <!-- ============================================================== --> <!-- End Container fluid --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- footer --> <!-- ============================================================== --> <?php include('footer.php'); ?>