awww man.. small prob I tried to use this code to display the value in textfield

<input name="Nama" type="text" id="Nama2" value=<?php echo ("$name_out")?> size="50" maxlength="50">

the value appear correct for the 1st time, but after updating it. It still taking the old value. The new value has already been saved in the db.

Any idea what i shud do?