-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch.php
More file actions
33 lines (24 loc) · 993 Bytes
/
search.php
File metadata and controls
33 lines (24 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Atlanta RV booking. Book RV Georgia">
<meta name="keywords" content="RV for rent, RV atlanta booking, book RV, book Motorhome, B class RV booking, C class RV booking, Motorcoach booking">
<title>RV Booking at Georgia Motorcoach. Motorhome booking</title>
<?php include ("variables.php");?>
<?php include ("assets.php");?>
</head>
<body style="height: auto; overflow: auto;">
<?php include ("menu.php");?>
<?php include ("mainMenu.php");?>
</header>
<iframe id="includeSearch" src="" width=100% frameborder="0" ></iframe>
<?php include ("footer.php");?>
</body>
</html>
<script>
$( function () {
var $_GET = <?php echo json_encode($_GET); ?>;
var url = "https://checkout.wheelbasepro.com/reserve?from=" + $_GET.from + "&owner_id=21291&to=" + $_GET.to
document.getElementById('includeSearch').src = url;
});
</script>