here is the database
http://img214.imageshack.us/img214/3852/23405199.jpg
here is the form
http://img254.imageshack.us/img254/3518/60904005.jpg
if the search click i want the selected month in the combobox search from the database table under departure field month and it will fetch on the table..
for example:
<--departure-->
09/10/2010
10/10/2010
10/11/2010
<select name=\"month\">
<option value=\"01\">January</option>
<option value=\"02\">February</option>
<option value=\"03\">March</option>
<option value=\"04\">April</option>
<option value=\"05\">May</option>
<option value=\"06\">June</option>
<option value=\"07\">July</option>
<option value=\"08\">August</option>
<option value=\"09\">September</option>
<option value=\"10\">October</option>
<option value=\"11\">November</option>
<option value=\"12\">December</option>
</select>
<input type=\"submit\" name=\"search\" value=\"Submit\">
example selected month is october it should fetch the following:
10/10/2010
10/11/2010
i hope you get it..sorry for my bad instruction :)