Hi,
I have a major problem.
heres part of the code
<tr>
<td valign="top"><? echo $add_user_description ?><p /></td>
<td valign="top">
<textarea rows="10" cols="70" name="Description" class='txt' value="<? print $Description; ?>"></textarea>
</td>
</tr>
What happens is when I click on the save (Submit) button, it saves the textarea of this to my database but does not show it on the textarea again.
It seems like the field is still blank, but infact its not.
Textarea remains blank even when I check the DB and theres data in the Description field.
I have even tried <? echo $Description; ?>
which I think is the same as print.
Please help.
Thanks,
ANISH