Server IP : 108.170.25.35 / Your IP : 13.59.26.221 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : brindhavan ( 1477) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/brindhavan/domains/brindhavanresidency.com/private_html/ |
Upload File : |
<?php include 'header.php';?> <?php include 'navbar.php';?> <section class="page-titles comman"> <div class="auto-container"> <h2 class="font1">Rooms</h2> </div> </section> <div class="breadcrumb-outer"> <div class="auto-container"> <ul class="bread-crumb text-center"> <li><a href="index.php">Home</a> <span class="fa fa-angle-right"></span></li> <li>Rooms</li> </ul> </div> </div> <!--Featured Services--> <section class="featured-services roomdet bgtwo"> <div class="container"> <div class="section-title"> <div class="row"> <div class="col-md-12"> <div class="title-inner"> <div class="text text-center"> <h2 class="small-line-center mb30 font1 green">Our Rooms </h2> <p>Brindhavan Residency, Luxury Hotel in Kannadasan Nagar, Karaikudi is a delight. Being the finest luxury hotel in the Karaikudi City, the rooms at Brindhavan Residency define opulence in art. From grand suites to premium rooms, every stay at the Brindhavan Residency is an enchanting experience for our guests.</p> </div> </div> </div> </div> </div> <!--Box Container--> <div class="container-box anim-5-all"> <?php $today=date("d-m-Y"); include 'bfrtYyuzqhPkRrwz/connect.php'; $x=1; $sql1=mysqli_query($conn,"select * from rooms"); while($row1=mysqli_fetch_array($sql1)){ if($x%2==0){ ?> <div class="col-lg-12 single-what-we-do clearfix"> <div class="img-wrap "> <img class="roomkk" src="bfrtYyuzqhPkRrwz/<?php echo $row1['image'];?>" alt="executive rooms in karaikudi"> <div class="overlay"> <div class="link"> <a target="blank" href="https://wa.me/+917397737117?text=Hello Brindhavan Residency!! Room Booking Date: <?php echo $today;?> Room Type : <?php echo $row1['name'];?> Rate : ₹ <?php echo $row1['price'];?> " class="fa fa-link"></a> </div> </div> </div> <div class="content"> <h2><?php echo $row1['name'];?></h2> <h3>₹ <?php echo $row1['price'];?></h3> <p><?php echo $row1['content'];?></p> <span id="dots<?php echo $x;?>"></span><span id="more<?php echo $x;?>"> <div class="title-inner style_2"> <ul class="welcome-list data-facilit"> <li> Air-conditioning</li> <li> Worktable and chair</li> <li> LCD with satellite channel</li> <li> Complimentary Wi-Fi</li> <li> Bathroom amenities</li> <li> Telephone</li> <li> Safety lockers</li> <li> Wooden cupboards</li> <li> Packaged bottle water</li> <li> Room Service</li> </ul> </div> </span> <a onclick="myFunction<?php echo $x;?>()" id="myBtn<?php echo $x;?>" class="btn theme-second-btn white" >Room Amenities</a> <a target="blank" href="https://wa.me/+917397737117?text=Hello Brindhavan Residency!! Room Booking Date: <?php echo $today;?> Room Type : <?php echo $row1['name'];?> Rate : ₹ <?php echo $row1['price'];?> " class="btn theme-btn white">Book Now </a> </div> </div> <?php } else { ?> <div class="col-lg-12 single-what-we-do content-left clearfix"> <div class="img-wrap "> <img class="roomkk" src="bfrtYyuzqhPkRrwz/<?php echo $row1['image'];?>" alt="executive rooms in karaikudi"> <div class="overlay"> <div class="link"> <a target="blank" href="https://wa.me/+917397737117?text=Hello Brindhavan Residency!! Room Booking Date: <?php echo $today;?> Room Type : <?php echo $row1['name'];?> Rate : ₹ <?php echo $row1['price'];?> " class="fa fa-link"></a> </div> </div> </div> <div class="content"> <h2><?php echo $row1['name'];?></h2> <h3>₹ <?php echo $row1['price'];?></h3> <p><?php echo $row1['content'];?></p> <span id="dots<?php echo $x;?>"></span><span id="more<?php echo $x;?>"> <div class="title-inner style_2"> <ul class="welcome-list data-facilit"> <li> Air-conditioning</li> <li> Worktable and chair</li> <li> LCD with satellite channel</li> <li> Complimentary Wi-Fi</li> <li> Bathroom amenities</li> <li> Telephone</li> <li> Safety lockers</li> <li> Wooden cupboards</li> <li> Packaged bottle water</li> <li> Room Service</li> </ul> </div> </span> <a onclick="myFunction<?php echo $x;?>()" id="myBtn<?php echo $x;?>" class="btn theme-second-btn white" >Room Amenities</a> <a target="blank" href="https://wa.me/+917397737117?text=Hello Brindhavan Residency!! Room Booking Date: <?php echo $today;?> Room Type : <?php echo $row1['name'];?> Rate : ₹ <?php echo $row1['price'];?> " class="btn theme-btn white">Book Now </a> </div> </div> <?php } $x++; } ?> <div class="clearfix"></div> </div> <!--Box Container End--> </div> </section> <script> function myFunction4() { var dots4 = document.getElementById("dots4"); var moreText4 = document.getElementById("more4"); var btnText4 = document.getElementById("myBtn4"); if (dots4.style.display === "none") { dots4.style.display = "inline"; btnText4.innerHTML = "Room Amenities"; moreText4.style.display = "none"; } else { dots4.style.display = "none"; btnText4.innerHTML = "Read less"; moreText4.style.display = "inline"; } } </script> <script> function myFunction1() { var dots1 = document.getElementById("dots1"); var moreText1 = document.getElementById("more1"); var btnText = document.getElementById("myBtn1"); if (dots1.style.display === "none") { dots1.style.display = "inline"; btnText.innerHTML = "Room Amenities"; moreText1.style.display = "none"; } else { dots1.style.display = "none"; btnText.innerHTML = "Read less"; moreText1.style.display = "inline"; } } </script> <script> function myFunction2() { var dots2 = document.getElementById("dots2"); var moreText2 = document.getElementById("more2"); var btnText2 = document.getElementById("myBtn2"); if (dots2.style.display === "none") { dots2.style.display = "inline"; btnText2.innerHTML = "Room Amenities"; moreText2.style.display = "none"; } else { dots2.style.display = "none"; btnText2.innerHTML = "Read less"; moreText2.style.display = "inline"; } } </script> <script> function myFunction3() { var dots3 = document.getElementById("dots3"); var moreText3 = document.getElementById("more3"); var btnText3 = document.getElementById("myBtn3"); if (dots3.style.display === "none") { dots3.style.display = "inline"; btnText3.innerHTML = "Room Amenities"; moreText3.style.display = "none"; } else { dots3.style.display = "none"; btnText3.innerHTML = "Read less"; moreText3.style.display = "inline"; } } </script> <?php include 'footer.php';?>