From c912c42ae04e8c5021b0229e57d1d9ffff2c0215 Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Mon, 24 Feb 2014 22:30:24 +0100 Subject: [PATCH] Added euro --- bank/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bank/index.php b/bank/index.php index 06377be..64d22ff 100644 --- a/bank/index.php +++ b/bank/index.php @@ -66,7 +66,7 @@ if($_POST) { $row = mysql_fetch_array($result); echo "
Welkom terug " . $row['gebruikersnaam'] . "! "; - echo "Uw balans is op dit moment: " . $row['balans'] . "
"; + echo "Uw balans is op dit moment: " . $row['balans'] . " euro"; } mysql_close($connection); } else {