I assume you already know how to retrieve the text from your database. So, the solution from there on is pretty simple 🙂
<textarea name="TA">this is some stupid text</textarea>
would include that text in the textarea field. So, <textarea name="something"><?php echo $var_containing_text; ?></textarea> should do the job.