Input
Output
<?php // Declare a variable $name = "Alice"; /* Display the name. You can also format it differently. */ echo "Hello, $name!"; // Greet the user ?>