<textarea id="comment" name="comment" rows="4" cols="50">>Welcome to PHP and MySQL!</textarea>
process_data.php?comment=Welcome+to+PHP+and+MySQL!
process_data.php?comment=Welcome+to%0D%0APHP+and+MySQL!
process_data.php?comment=
<?php $comment = filter_input(INPUT_POST, 'comment'); ?>