我想在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>
Run Code Online (Sandbox Code Playgroud)