Firstly show some code like DeltaRho2K suggeted
Secondly there could be a number of reasons
1) No text etc in the feild
2) Data being fetched from query is wrong to the variable being echoed out
3) make sure in your textarea bit you have it like this
//example
<textarea name="message" cols="30" rows="30"><?php echo $var; ?></textarea>
//OR
<textarea name=\"message\" cols=\"30\" rows=\"30\">".$var."</textarea>