diff options
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> |
