<html><body>
 <?php
   function tervita($nimi){
     echo "Tere, $nimi";
   }
   
   tervita("Juku");
 ?>
</body></html>