<?php include("includes/db_config.php"); ?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Telangana Journalist Reporter Association</title>
  <?php include("includes/css.php");?>
    <link rel="canonical" href="https://www.tjra.in/" />
    <meta property="og:locale" content="en_Us" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Telangana Journalist Reporter Association" />
    <meta property="og:description" content="Telangana Journalist Reporter Association provides " />
    <meta property="og:url" content="https://www.tjra.in//" />
    <meta property="og:site_name" content="Telangana Journalist Reporter Association" />
    <meta charset="utf-8">
    <meta name="keywords" content="" />
    <meta name="author" content="Telangana Journalist Reporter Association">
    <meta name="description" content="" />
    <style>.page-header {
            padding-top: 190px;
            padding-bottom:5px;
        }

        .page-header__bg {
            background-image: none;
            background-color: #fff;
        }

        .page-header__bg::before {
            background-color: #000
        } .blog-details__text {
    padding-right: 10px;font-size: 18px;
    text-align: justify;
        }.gallery-one__card{padding:20px;background-color: #fff;}.gallery-one__card img{height:230px;border-radius:20px;margin-bottom: 10px;width:100%}</style>
</head>
<body class="custom-cursor">
    <div class="custom-cursor__cursor"></div>
    <div class="custom-cursor__cursor-two"></div>
 
     <div class="page-wrapper"> 
  <?php include("includes/header.php");?> 
<section class="page-header">
            <div class="page-header__bg"></div> 
            <div class="container-fluid"> 
                <ul class="careox-breadcrumb list-unstyled">
                    <li><a href="index.php">Home</a></li>
                    <li><a href="photo-gallery.php">Gallery</a></li>
                     <li><span>Press Conference 1</span></li>
                </ul>
            </div>
        </section>
        <section class="gallery-one">
            <div class="container-fluid">
                 <div class="row">
                    <div class="col-md-12">
                        <div class="sec-title text-left">
                             <h3 class="sec-title__title bw-split-in-left" style="padding-bottom:10px">Press Conference 1</h3>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <?php $gid=$_GET['g_id'];
                             $sqlg=mysqli_query($conn, "SELECT crk_gallery_category.gallery_name,crk_gallery_category.id as gidd,crk_gallery_image.* 
                                FROM crk_gallery_image
                                JOIN crk_gallery_category ON crk_gallery_image.gallery_cat_id = crk_gallery_category.id where gallery_cat_id='$gid' ");
                             while ($rowg=mysqli_fetch_array($sqlg)) { ?>
                     <div class="col-md-6 col-lg-3">
                        <div class="gallery-one__card">
                            <img src="admin-jurep/gallery/<?= $rowg['image']; ?>" alt="">
                            <div class="gallery-one__card__hover">
                                <a href="admin-jurep/gallery/<?= $rowg['image']; ?>" class="img-popup">
                                    <span class="gallery-one__card__icon"></span>
                                </a>
                            </div>
                        </div>
                    </div>
                    <?php } ?>
                </div>
            </div>
        </section>
         <?php include("includes/newsletter.php");?>
         </div>
     <?php include("includes/footer.php");?> 
     <?php include("includes/js.php");?> 
</body>
</html>