This website requires JavaScript.
Explore
Help
Sign In
PHP-SQL
/
php7-mysql-data
Watch
1
Star
0
Fork
0
You've already forked php7-mysql-data
mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced
2024-11-21 14:43:42 +01:00
Code
Issues
Releases
Wiki
Activity
master
php7-mysql-data
/
Kapitel_2
/
Lektion_5
/
5_variable_variablen.php
Jan Unger
88cf71d772
Initiale Version
2016-08-21 00:15:10 +02:00
6 lines
46 B
PHP
Raw
Permalink
Blame
History
<
?
php
$a
=
'Wert von a'
;
$b
=
'a'
;
echo
$$b
;
Reference in New Issue
View Git Blame
Copy Permalink