Fixed php echo request for occupancy numbers
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 18:34:23 +0000 (14:34 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 18:34:23 +0000 (14:34 -0400)
page-150.php

index 69c3ba2..19c8659 100644 (file)
@@ -29,7 +29,7 @@
                             }
                              //$arrival = date("m/d/Y", strtotime("+2 days"));
                             ?>
-                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?PropertyLocation=<?php echo urlencode($_REQUEST['PropertyLocation']); ?> &ArrivalDate=<?php echo $arrival ?> &DepartureDate= <?php echo $departure ?>&Occupancy= $occupancy ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
+                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?PropertyLocation=<?php echo urlencode($_REQUEST['PropertyLocation']); ?> &ArrivalDate=<?php echo $arrival ?> &DepartureDate= <?php echo $departure ?>&Occupancy= <?php echo $occupancy ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
                 </div>
             </div>
         </div>