why i cant display value in the textArea? let's say i retrieve from database and assign as $Comment.....and the code is like the following

Code:
echo "<textarea name=\"txtEditComment\" cols=\"45\" rows=\"10\" value=$Comment/></textarea>";