hjkhhjhjol;io;ioio;ioiio;ioreererereio;;iooi;i;o;oii;o;ioo;iio;oi;
bnmbnmbnmnbmbio;io;irererereeo;o;oi;;oi;oioi;oi;oio;;oovn
/
home
/
u174022924
/
domains
/
rockonwheelstravels.in
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en" style="overflow-x: hidden;"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Local Rental - Rock On Wheels Travels</title> <?php include "include/header.php" ?> <style> .bg-banner { background: url(images/chopta_bredcrumb.jpg) no-repeat; background-size: cover; width: 100%; position: relative; } </style> <section class="same-section-spacing bg-banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="banner-box"> <h2></h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Local Rental</li> </ol> <h2 style="text-align: center; ">Local Rental</h2> <hr id="hr3"> </nav> </div> </div> </div> </div> </section> <?php include('form.php'); ?> <div id="rental_cab" class="py-5"> <div class="container-fluid"> <div class="block-title text-center"> <h2 class="title position-relative">Local Rental Cabs</h2> <hr id="hd" style="margin-top:10px;"> </div> <!-- Trending --> <div class="row"> <?php $q = "select * from local_rental"; $query = mysqli_query($db,$q); while($res = mysqli_fetch_array($query)) { ?> <div class="col-md-3"> <div class="card"> <img src="admin/web-admin/<?php echo $res['image']?>" alt="<?php echo $res['title']; ?>"> <h5><?php echo $res['title']?></h5> </div> </div> <?php } ?> </div> </div> </div> <div class="container-fluid"> <div class="row bg-white bg-white p-4 text-justify"> <p></p> <p> With Rock On Wheels Travels, one way cab booking may be the best deal while making mind to drop to a specific location from your current city. It saves your fare from both side packages and makes the deal affordable. If planning your trip for any long destination or nearby spot, you can get easily a one-way car rental from Rock On Wheels Travels and get a cheap dropping fare when your plan to stay for some time there. You find it totally reasonable when touring for a long destination and multi-days, and also you do not require the cab local. This time, we can provide you with the cheapest one-way car fare deal to make your journey easy and stress-free. </p> <h2><strong>Why Choose Rock On Wheels Travels for One Way Cabs?</strong></h2> <p> During hiring a one way car rental, Rock On Wheels Travels totally makes sure about your final destination and plans for a frequent drop service. You can book a taxi-cab for your one way trip with just a few clicks on the Internet and get it within a few hours at your door-step. With a well-trained driver fully familiar with the ways of your destination, it would become more comfortable to complete your one way journey within your planned duration. With the cheapest cab fare rates, Rock On Wheels Travels easily makes available one-side car hire for your fastest one way drop trip. And also offers affordable one-way cars on rent that fully support your budget with a variety of cars like Innova, Tavera, Ertiga, Swift Dzire, and Tata Zest with different seater Tempo Travelers. </p> <p></p> </div> </div> </div> <script> $(function() { $( "#states" ).autocomplete( { source: 'search.php' }); }); </script> <!-- ============== --> <script> $(function() { $( "#sources" ).autocomplete( { source: 'one-search.php' }); $( "#desti" ).autocomplete( { source: 'one-search.php' }); }); </script> <script> $(function() { $( "#sources" ).autocomplete( { source: 'one-search.php' }); $( "#desti" ).autocomplete( { source: 'one-search.php' }); }); </script> <script defer> function getMonthName(a) { var e=""; switch(a) { case 1:e="Jan"; break; case 2:e="Feb"; break; case 3:e="Mar"; break; case 4:e="Apr"; break; case 5:e="May"; break; case 6:e="Jun"; break; case 8:e="Aug"; break; case 9:e="Sep"; break; case 10:e="Oct"; break; case 11:e="Nov"; break; case 12:e="Dec"; break; default:e="Invalid" } return e } $(document).ready(function() { Date.prototype.addHours=function(t) { return this.setHours(this.getHours()+t),this }; var e=(new Date).addHours(2); a=String(e.getDate()).padStart(2,"0"),t=String(e.getMonth()+1).padStart(2,"0"),r=parseInt(e.getFullYear().toString().substr(2,2),10),n=12<=e.getHours()?"PM":"AM",s=e.getMinutes(),c=e.getHours(),b=(c=(c%=12)||12)+":"+(s=s<10?"0"+s:s)+" "+n,todayDate=a+" "+getMonthName(parseInt(t))+"'"+r+" - "+b; var d=""; if(d=="") { $(".datepicker").val(todayDate) } var transfer_type=""; 1==transfer_type?($("#transfer_pick_div").removeClass("d-block"),$("#transfer_pick_div").addClass("d-none"),$("#transfer_drop_div").addClass("d-block")):2==transfer_type&&($("#transfer_pick_div").addClass("d-block"),$("#transfer_drop_div").addClass("d-none"),$("#transfer_drop_div").removeClass("d-block")); var type=""; if(type) { $.ajax( { url:"localities",type:"POST",data: { "city_name":$("#transfer_source").val() }, dataType:"JSON",success:function(response) { autocomplete(document.getElementById("transfer_drop"),response); autocomplete(document.getElementById("transfer_pick"),response) } }) } var today=new Date(); var date=today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate(); $("#out_drop_date").datetimepicker( { format:"dd-M-yyyy",weekStart:1,todayBtn:!0,autoclose:!0,todayHighlight:!0,startView:2,minView:2,forceParse:0,startDate:date,pickerPosition:"bottom-left" }); var session_drop_date=""; if(session_drop_date) { $("#out_drop_date").val(session_drop_date) } else { $("#out_drop_date").val(String(today.getDate()).padStart(2,"0")+" "+getMonthName(today.getMonth()+1)+"'"+today.getFullYear().toString().substr(2,2)) } $("#out_pick_date").datetimepicker( { format:"dd-M-yyyy - HH:ii P",autoclose:!0,showMeridian:!0,todayBtn:!0,pickerPosition:"bottom-right" }) .on("changeDate",function(e) { var o=e.date; var i=new Date(e.date.valueOf()); $("#out_drop_date").datetimepicker("setStartDate",i),$("#out_drop_date").val(String(i.getDate()).padStart(2,"0")+" "+getMonthName(i.getMonth()+1)+"'"+i.getFullYear().toString().substr(2,2)); $("#out_drop_date").datetimepicker( { format:"dd-M-yyyy",weekStart:1,todayBtn:!0,autoclose:!0,todayHighlight:!0,startView:2,minView:2,forceParse:0,pickerPosition:"bottom-left" }) }); var destinations=""; if(destinations) for(var strArray=destinations.split(" to "),k=20,c=0; c<strArray.length; c++)k++,$.ajax( { url:"cities_name",type:"POST",data: { }, dataType:"JSON",success:function(t) { autocomplete(document.getElementById("out_destination"+k.toString()),t.all_cities) } }); $("#modify_outstation").on('shown.bs.modal',function() { $('body').css('padding-right',0) }); $("#btn_oustation").click(function() { var ddate=$("#out_drop_date").val(); if(ddate=="") { $("#out_drop_date").focus(); $("#err_drop").text("Please enter drop date!"); return!1 } }) }); </script> <?php include "include/footer.php" ?>