tryphp_echo1.php:
PHP is Fun!"; echo "Hello world!
"; echo "I'm about to learn PHP!
"; echo "This ", "string ", "was ", "made ", "with multiple parameters."; ?>
PHP is Fun!
Hello world!
I'm about to learn PHP!
This string was made with multiple parameters.