echo is more useful because you can pass it several parameters
<?php echo "This ", "is ", "a ", "test."; ?>