i need a programmer that can combine the following code into something I can use.
i need to add a calendar so the date is passed with the data. I want to use the ajax calendar extension. the following code is the html. t works with a php program on my site. i am not even sure if I can combine aspx and this specific html. so far my attempts have been fruitless. I will pay. I can be contacted through this forum or dean_stevens@hotmail.com

As you can see... selection boxes are created. The data in the box is selected and when you click add to cart... it submits the selections to the /phpcart/phpcart.php by a link (URL). All I want to do is add a dropdown calendar and pass the date with the rest of the data. Simple?

<!-- Start 0001 -->
<form method="post" action="/phpcart/phpcart.php"><table>
<input type="hidden" name="action" value="add">
<input type="hidden" name="key" value="c797759b7967551f271a87b91ab39075">
<input type="hidden" name="id" value="0001">
<input type="hidden" name="descr" value="Ecotour">
<input type="hidden" name="price" value="0.00">
<input type="hidden" name="quantity" value="1">
<tr><td>Adult</td><td><select name="option[]">
<option value="0:0:652ffd7924bd5d99aab8eccb777dd384">0</option>
<option value="1:10:9f3d2b13b500da602cde306eb9a12e45">1</option>
<option value="2:20:d331a8e854fcecf09c6aa2f3d883880f">2</option>
<option value="3:30:b29829b1d8fcc0ceee64a110a8266cd6">3</option>
</select></td></tr>
<tr><td>Child</td><td><select name="option[]">
<option value="0:0:652ffd7924bd5d99aab8eccb777dd384">0</option>
<option value="1:10:9f3d2b13b500da602cde306eb9a12e45">1</option>
<option value="2:20:d331a8e854fcecf09c6aa2f3d883880f">2</option>
<option value="3:30:b29829b1d8fcc0ceee64a110a8266cd6">3</option>
</select></td></tr>
<tr><td colspan="2"><input type="submit" name="submit" value="Add to Cart"></td></tr>
</table></form>
<!--- End 0001 -->

I think this should be posted in job section.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.