【发布时间】:2013-01-24 17:34:45
【问题描述】:
我想在 booking.php 页面上发布复选框的值。
页面上有很多复选框,但我不知道如何在booking.php 页面上发帖。
<form name="booking.php" method="post">
<label for="tour" class="tour-label">Add to Tour List</label>
<input type="checkbox" name="booking-check" value="Desert Safari" />
</form>
<div class="details"><a href="booking.php">Book Selected Tours</a></div>
【问题讨论】: