GEN

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!

Moderator: General Moderators

Post Reply
aislamuk
Forum Newbie
Posts: 1
Joined: Fri Nov 17, 2006 4:49 am

GEN

Post by aislamuk »

JayBird | Please use

Code: Select all

,

Code: Select all

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">
&nbsp;
<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.


JayBird | Please use[/syntax]

Code: Select all

,

Code: Select all

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.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

A start would be posting in the PHP Code forum, General Discussion has the topic "this is not for code related problems" or similar.

You also need to use appropriate tags for posting code, as described in the FAQ.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://php.net/manual/en/ may be of interest.
Post Reply