PHP Source:
<!DOCTYPE html>
<html>
<body>

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


</body>
</html>
Result:
Show PHP - © www.w3ii.com