<html>
<title> Einbettung von php, echo(), phpinfo() </title>
<head>
</head>
<body>
<?   
   echo ("hallo");
   phpinfo();

?>
</body>
</html>