insert statement

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

Locked
twb
Forum Commoner
Posts: 27
Joined: Thu Jan 06, 2005 4:39 pm

insert statement

Post 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
hunterhp
Forum Commoner
Posts: 46
Joined: Sat Jan 22, 2005 5:20 pm
Contact:

Post by hunterhp »

So what's the problem?
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post 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!
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

he reoplied to this: viewtopic.php?t=30080 in a new thread for some reason
Locked