<html>
<body>
<font size="20">
<?php
$str1 = "first part of sentence ";
$str2 = "last part of sentence ";
echo $str1." ".$str2;
</body>
</html>