aktuelle.kurse/m133/Weiteres/Modul_Unterlagen_133_VO/08 Uebungen/03 PHP Grundlagen/kapitel03/operator3.php
Harald G. Mueller a2dc35ce82 muh
2022-02-24 09:37:43 +01:00

5 lines
100 B
PHP

<?php
$a = "Alles Gute zum Geburtstag";
echo $a . ", liebe Oma!"; # wird funktionieren
?>