Hi,guys! I have a drop down menu and would like to set its options dynamically to have the three future dates from current date.How could I achieve it in PHP?Or maybe other languages?The date format is shown in the code.Thanks....
<tr>
<td width="21%"><font face="Arial">
<label>Date:</label>
</font></td>
<td width="79%"><font face="Arial">
<select name="rDate" id="select3">
<option selected> Select</option>
<option>Sat 15th Sept</option>
<option>Sun 16th Sept</option>
<option>Mon 17th Sept</option>
</select>
</font></td>
</tr>