PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi, im working on a timetable generator and here is the html form:
[syntax="html"]
<form action="generate.php" method="POST">
<TABLE>
<br>
<tr>
<td>
<select name="course">
</select>
</td>
</CENTER>
<CENTER>
<TABLE>
</TR>
<TR>
<TD>
<B>9.00 - 10.00</B>
</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.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Last edited by aislamuk on Wed Jan 31, 2007 5:01 am, edited 5 times in total.