changing variable in request url for form submission
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 17:23:50 +0000 (13:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 17:23:50 +0000 (13:23 -0400)
page-150.php

index 85f8733..bca6c1b 100644 (file)
@@ -20,7 +20,7 @@
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
                 
-                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?S=<?php echo urlencode($_REQUEST['S']); ?> &ArrivalDate=<?php echo urlencode($_REQUEST['ArrivalDate']); ?> &DepartureDate= <?php echo urlencode($_REQUEST['DepartureDate']); ?>&Occupancy=<?php echo urlencode($_REQUEST['Occupancy']); ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
+                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?s=<?php echo urlencode($_REQUEST['s']); ?> &ArrivalDate=<?php echo urlencode($_REQUEST['ArrivalDate']); ?> &DepartureDate= <?php echo urlencode($_REQUEST['DepartureDate']); ?>&Occupancy=<?php echo urlencode($_REQUEST['Occupancy']); ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
                 </div>
             </div>
         </div>