now the textarea is populated with:
<? echo $row[local_agency]; ?>
this is my code:
<td width="39%"><textarea name="local_agency"> <? echo $row[local_agency]; ?></textarea></td>
Im wondering why some claim it is not possible to have 'value ='as an attribute for textarea?