<?php if(isset($_POST['coment']) && !empty($_POST['textarea'])){ $txt = $_POST['coment']; } ?> <textarea name="coment"><?php echo $txt; ?></textarea>