here's the format for a text area:
<textarea name=blah><?php echo htmlentities($fileString);?></textarea>
Note that I use the htmlentities() function so that it displays properly, otherwise the text "<" or "</textarea>" will make the browser think that's the end of the text.
If you want to display HTML coding, I think none of us are sure of your question.
Sam