PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
'This '
,
'string '
,
'was '
,
'made '
,
'with multiple parameters.'
;
?>
<
/body
>
<
/html
>
Result: