<?php echo "Hello, world!"; echo "<br>"; echo "The sum is ", 2 + 3, "."; // multiple values ?>
Click Run to execute this code.