Updating/changing value of an input box in html/php form?

Hey..so I have a php form ... I need to UPDATE an input box on this form...not in the database...Im not quite sure how to explain...like change the value in the input box...

but pretty much.. I want it to do what this line does:

<td align="right" >ProjectName: </td><td colspan="2"><input type="text" name="ProjectName" value = "<?php echo $row[0]; ?>" /></td>

except i dont want it to add a new box, I would like it to update the OLD one with the name Project Name....how do I do this? CAN I do this even? lol...

Thanks

(leave a comment if you need more description)
 
Back
Top