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-22 07:03:41 +01:00
Code
Issues
Releases
Wiki
Activity
88cf71d772
php7-mysql-data
/
Kapitel_2
/
Lektion_9
/
5_fliesskommazahlen.php
Jan Unger
88cf71d772
Initiale Version
2016-08-21 00:15:10 +02:00
5 lines
40 B
PHP
Raw
Blame
History
<
?
php
$x
=
1.5
;
$y
=
2.3
;
echo
$x
+
$y
;
Reference in New Issue
View Git Blame
Copy Permalink