Hi, im working on a timetable generator and here is the html form:
<form action="generate.php" method="POST">
<TABLE>
<br>
<tr>
<td>
<select name="course">
</select>
</td>
</CENTER>
<CENTER>
<TABLE>
<TR>
<TD>
<B>9.00 - 10.00</B>
</TD>
<TD>
<textarea ></textarea>
</TD>
<TD>
<textarea ></textarea>
</TD>
</TR>
</TABLE>
<br>
<INPUT type="submit">
<INPUT type="reset">
<br>
<br>
</form>
I would be very grateful if someone could point me in the right direction as I need to store this onto a database and retrieve it and edit it using MySQL.