aktuelle.kurse/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/PHP_Klasse1/HalloWorld.php
Harald G. Mueller 28ff49e098 muh
2023-06-29 07:50:41 +02:00

11 lines
74 B
PHP

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