HTML Calendar form and input arrays
- by Christopher Ickes
Hello. Looking for the best practice here...
Have a form that consists of a calendar. Each day of the calendar has 2 text input fields - customer and check-in. What would be the best & most efficient way to send this form to PHP for processing?
<form action="post">
<div class="day">
Day 1<br />
<label…