1
0
mirror of https://github.com/janunger/rheinwerk-video-training.git synced 2025-03-10 10:23:40 +01:00
php7-mysql-data/Kapitel_2/Lektion_5/5_variable_variablen.php

6 lines
46 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
$a = 'Wert von a';
$b = 'a';
echo $$b;