<div id="weekendSelect">
<h3>HOST HOTEL--DRURY INN & SUITES</h3>
<form id="womenHotel" name="womenHotel" method="post" action="http://www.druryhotels.com/Reservations.aspx?groupno=<?php echo $_POST['weekend']; ?>" >
<select id="weekend" name="weekend">
<option value="" selected>Please select your weekend.</option>
<option value="2126301">March 10-11, 2012</option>
<option value="2126302">March 17-18, 2012</option>
<option value="2126304">March 24-25, 2012</option>
<option value="2126305">March 31-April 1, 2012</option>
<option value="2126308">April 14-15, 2012</option>
<option value="2126309">April 21-22, 2012</option>
</select>
<input name="View Rooms" type="submit" value="submit">
</form>
</div>
<p>
<a href="http://www.druryhotels.com/Reservations.aspx?groupno="2126302">March 17-18, 2012</a><br>
<a href="http://www.druryhotels.com/Reservations.aspx?groupno="2126304">March 24-25, 2012</a><br>
<a href="http://www.druryhotels.com/Reservations.aspx?groupno=2126305">March 31-April 1, 2012</a><br>
<a href="http://www.druryhotels.com/Reservations.aspx?groupno="2126308">April 14-15, 2012</a><br>
<a href="http://www.druryhotels.com/Reservations.aspx?groupno="2126309">April 21-22, 2012</a><br>
</p>
ASKER
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
One thing you could do would be to have your action script take in the all the form data, build the URL you want to go to and then do a redirect to the URL.