]][ahhhhhhhfgfgdsfstrrrttrfwerwerwerdgdgrrreeteetffwerwerwerwerdsddfgh
במ12[aspddfsdfJsCn9AOpjt87ifngttrtrtrtrtrgsd g ggk ffghdsfaswerwerwerwerwvbnXKCrDuS0ZjxPpvfdgdgfbnasd asdaioioidgh;';';'
/
home1
/
airavath
/
public_html
/
birthdayguys
/
Upload FileeE
HOME
<?php include("admin/db.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Birthday Guys :: Entertainment</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="icon" type="image/png" href="images/favicon.png"> <link href="https://fonts.googleapis.com/css?family=Arsenal|Cormorant+SC|Great+Vibes|Lobster|Trirong|Roboto|PT+Serif&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/responsive.css" /> <!-- slider --> <link rel="stylesheet" href="css/slider/template.css" type="text/css" media="all"> </head> <body> <?php include("header.php"); ?> <!--<section class="page-title" style="background: #222222 url(images/entertainmentbanner.jpg) 0 0 no-repeat;"> --> <section class="page-title"> <div class="container"> <h2>Entertainment</h2> <ul class="list-inline"> <li><a href="index.php">Home</a></li> <li><a href="entertainment.php"><i class="fa fa-angle-right"></i> Entertainment</a></li> </ul><!-- /.list-inline --> </div><!-- /.container --> </section><!-- /.page-title --> <section class="event-gallery-section upcoming-event-section gray-bg sec-pad"> <div class="container-fluid"> <!--<div class="sec-title text-center"> <img src="images/home_speaker_memphis1.png" class="member1" alt="Image"/> <img src="images/home_speaker_memphis2.png" class="member2" alt="Image"/> <img src="images/balloon.png" alt="Image"/> <h2>Most Popular</h2> </div>--><!-- /.sec-title text-center --> <div class="gallery-carousel owl-carousel owl-theme"> <?php $sel = mysqli_query ($conn,"select *from tbl_categoryimage where c_id=10"); while($res = mysqli_fetch_assoc($sel)){ echo ' <div class="item"> <div class="single-gallery-box"> <div class="img-box"> <img src="'.URL.substr($res["image"],3).'" alt="Entertainment" title="Entertainment"> <div class="overlay"> <div class="dt"> <div class="dtc"> <ul class="text-center list-inline"> <li><a class="fancybox" href="'.URL.substr($res["image"],3).'"><i class="fa fa-search"></i></a></li> <!-- <li><a href="#"><i class="fa fa-link"></i></a></li> --> </ul> </div><!-- /.dtc --> </div><!-- /.dt --> </div><!-- /.overlay --> </div><!-- /.img-box --> <a href="https://www.facebook.com/pg/birthdayguys/photos/?tab=album&album_id=1442129915891633" target="_blank"><h3>'.$res["img_name"].'</h3></a> </div><!-- /.single-gallery-box --> </div><!-- /.col-md-3 -->'; } ?> </div><!-- /.row --> </div><!-- /.container --> </section><!-- /.event-gallery-section --> <?php include("footer.php"); ?> <script src="js/jquery-latest.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/countdown.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.fancybox.pack.js"></script> <script src="js/custom.js"></script> </body> </html>