diff options
| author | oweissbarth | 2014-03-10 21:10:33 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-10 21:10:33 +0100 |
| commit | 3c9a715696a7200bf5606049d5cc8b93525a1db3 (patch) | |
| tree | c27e6b2eb00e71f131bd9865a2ef60028c75b5be /www/functions.php | |
| parent | 59c4147bbec43622c0cc696fbb3dfe6a67f5d4b6 (diff) | |
| download | files.iamfabulous.de-3c9a715696a7200bf5606049d5cc8b93525a1db3.tar.gz | |
now using the new register interface
Diffstat (limited to 'www/functions.php')
| -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; } |
