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
twb
Forum Commoner
Posts: 27 Joined: Thu Jan 06, 2005 4:39 pm
Post
by twb » Tue Feb 01, 2005 12:34 pm
the html is as follows:
Code: Select all
<tr><td>Date:
<input name="task_date" type="text" size="10"></td></tr>
<tr><td>Time:
<input type="text" name="task_time" size="20"></td></tr>
<tr><td>Task Name:
<input type="text" name="task_name" size="50"> </td></tr>
<tr></tr><td>Description:
<input type="text" name="task_description" size="50"></td></tr>
twb
hunterhp
Forum Commoner
Posts: 46 Joined: Sat Jan 22, 2005 5:20 pm
Contact:
Post
by hunterhp » Tue Feb 01, 2005 12:57 pm
So what's the problem?
PrObLeM
Forum Contributor
Posts: 418 Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:
Post
by PrObLeM » Tue Feb 01, 2005 1:12 pm
In the html you need the <form> tag and a submit button but other than that thanks for the indepth description of the problem and code examples!