Quellcode von textausgabe.php

<!-- textausgabe.php 2009.08 bi
     Demoprogramm fuer Textausgabe
     -->
 <html>
<head>
<title>Meine erste php-Seite</title>
</head>
<body>
<h1>Erste php-Seite</h1>
<?php
    
echo "Mein erstes php-Programm!";
?>
   </body>
</html>


Letzte Aktualisierung: 12.12.2020 19:55