|
Server : Apache System : Linux p3plzcpnl507073.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : swg98tjyzel1 ( 5098476) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/swg98tjyzel1/public_html/bityatra.com/ |
Upload File : |
<?php
ob_start();
define("SECURE_ACCESS", true);
include("config.php");
session_destroy();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="" />
<meta name="keywords"
content="" />
<meta name="author" content="Set Private Limited" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>Bityatra,vdeo shooting services</title>
<!------------------------------------------
Main CSS File
<------------------------------------------>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/custom-animation.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
</head>
<body>
<div class="preloader"></div>
<!-- Start Page Wrapper -->
<div class="page-wrapper">
<?php include"header.php"; ?>
<!-- Inner Section Start -->
<section class="inner-area parallax-bg" data-background="images/bg/px-2.jpg" data-type="parallax" data-speed="3">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-12">
<h4>Camera & Video Shooting</h4>
<p>Home <a href="#">Camera & Video Shooting</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Inner Section End -->
<!-- Special Packages Section Start -->
<section class="special-packages-sec pt-85 pb-60">
<div class="container">
<div class="row grid-mb">
<?php
$s=mysqli_query($con,"select * from event_camera_booking order by id ASC");
$a=1;
while($r=mysqli_fetch_array($s))
{
?>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="special-packages">
<div class="thumb">
<a href="event-camera-details.php?id=<?php print $r['id'];?>"><img src="upload_image/<?php print $r['image']; ?>" alt="" width="350" height="215"></a>
<div class="post-title-box">
<h4 style="color: #fff;font-size: 15px;font-weight: 700;letter-spacing: 0.3px;margin-bottom: 8px;text-transform: uppercase;"><a href="event-camera-details.php?id=<?php print $r['id'];?>" style="color:#fff"><?php print ucwords($r['name']);?></a></h4>
<h5 style="color: #ff701a;font-family: 'Roboto', sans-serif;font-size: 22px;font-weight: 600;letter-spacing: 0.4px;line-height: 1;margin-bottom: 6px;"><span>Rs </span><?php print $r['price'];?></h5>
<h3 style="color: #a9a8a8;font-family: 'Roboto', sans-serif;font-size: 14px;letter-spacing: 0.6px;font-style: italic;"><?php print $r['address'];?></h3>
</div>
</div>
</div>
</div>
<?php $a++; } ?>
</div>
</div>
</section>
<!-- Special Packages Section End -->
<?php include"footer.php"; ?>