I am trying to insert values into a textarea, but I found out there is no way to do that. I am returning multiple line of values.
echo "<td width= 500><textarea cols=65 rows=7 type=text name=name name=name value=".$fetch["comments"]."></textarea></td>";
Is there an alternate solution to this problem.
Adnan.