aktuelle.kurse/oldies/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/kapitel03/operator3.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02:00

5 lines
100 B
PHP

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