php7-mysql-data/Kapitel_2/Lektion_5/1_variablen_ausgeben.php

4 lines
40 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
$name = "Max Muster";
echo $name;