php7-mysql-data/Kapitel_2/Lektion_5/1_variablen_ausgeben.php
2016-08-21 00:15:10 +02:00

4 lines
40 B
PHP

<?php
$name = "Max Muster";
echo $name;