Security Learning Mode

Consider the following PHP script:

<?php 
echo "Welcome, {$_POST['name']}."; 
?>

What type of attack is possible with this PHP script?