diff options
| -rw-r--r-- | www/functions.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/functions.php b/www/functions.php index d0d848e..be4a8bc 100644 --- a/www/functions.php +++ b/www/functions.php @@ -237,7 +237,7 @@ function register($db){ 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> @@ -245,7 +245,9 @@ function register($db){ <p>email: <input type='text' name='email'></p> <p><input type='submit'></p> </form> - "; + ";*/ + + include("register.php"); } exit; } |
