Page 1 of 1

insert statement

Posted: Tue Feb 01, 2005 12:34 pm
by twb
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

Posted: Tue Feb 01, 2005 12:57 pm
by hunterhp
So what's the problem?

Posted: Tue Feb 01, 2005 1:12 pm
by PrObLeM
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!

Posted: Tue Feb 01, 2005 1:21 pm
by magicrobotmonkey
he reoplied to this: viewtopic.php?t=30080 in a new thread for some reason