aktuelle.kurse/old_m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/kapitel03/operator2.php
Müller Harald 507e5da390 muh
2022-05-13 11:53:50 +02:00

5 lines
106 B
PHP

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