<!DOCTYPE html>
<html>
<body>

<?php
echo 'This ','string ','was ','made ','with multiple parameters.';
?>
 

</body>
</html>