diff options
| author | Horus3 | 2014-03-10 23:35:53 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-10 23:35:53 +0100 |
| commit | 967ec8c209eb118685076468ce7fef59e0452881 (patch) | |
| tree | d9fd6e6a9acd927f8d112ad200c8837edff332dc /www/functions.php | |
| parent | d225afbdc4633b9a836decb717166f19f2c3440f (diff) | |
| download | files.iamfabulous.de-967ec8c209eb118685076468ce7fef59e0452881.tar.gz | |
folder for static content
Diffstat (limited to 'www/functions.php')
| -rw-r--r-- | www/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/functions.php b/www/functions.php index ebad519..3e29ffd 100644 --- a/www/functions.php +++ b/www/functions.php @@ -232,11 +232,11 @@ function register($db){ } } } else { - foreach ($_GET as $name => $value) { + /* foreach ($_GET as $name => $value) { echo 'Name: ' . $name . ' Value: ' . $value . '<br />'; } - /*echo "<form method='post' action='register'> + echo "<form method='post' action='register'> <p>Name: <input type='text' name='name'></p> <p>pswd: <input type='password' name='pswd'></p> <p>2ndpsdw: <input type='password' name='2ndpswd'></p> |
