mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
$gratulation = "Alles Gute zum Geburtstag!";
|
|
echo "Oma ist heute $alter Jahre alt geworden.";
|
|
echo "\n<br>";
|
|
echo "<b>$gratulation</b>";
|
|
?>
|