aktuelle.kurse/m133/4_Modulinhalte_und_Uebungen/03 PHP Grundlagen/PHP_Klasse1/HalloWorld.php
Harald G. Mueller a63a769c98 muh
2022-02-23 22:44:33 +01:00

11 lines
74 B
PHP

<html>
Hallo World in HTML
</html>
<?php
echo "Hallo World (PHP)";
?>