summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-22 20:05:44 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-22 20:05:44 +0000
commit8b5f8b256c9a54e6e6feb225e46d72a94ecb5495 (patch)
treef586ee619456f8f574f1750987dae16d8b545e2e /www-ssl/makeuser.php
parentab6da86abf67a13a282339aa1d78dbe0cc9774ec (diff)
feld hometown eingefuegt
git-svn-id: svn://svn.cccv.de/engel-system@85 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/makeuser.php')
-rwxr-xr-xwww-ssl/makeuser.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php
index 80b4b12b..7b17836d 100755
--- a/www-ssl/makeuser.php
+++ b/www-ssl/makeuser.php
@@ -47,14 +47,16 @@ if( isset($_POST["send"]))
"`Telefon`, ". "`DECT`, ".
"`Handy`, ". "`email`, ".
"`Size`, ". "`Passwort`, ".
- "`Art` , ". "`kommentar` ) ".
+ "`Art` , ". "`kommentar`, ".
+ "`Hometown` ) ".
"VALUES ( ".
"'". $_POST["Nick"]. "', ". "'". $_POST["Name"]. "', ".
"'". $_POST["Vorname"]. "', ". $_POST["Alter"]. ", ".
"'". $_POST["Telefon"]. "', ". "'". $_POST["DECT"]. "', ".
"'". $_POST["Handy"]. "', ". "'". $_POST["email"]. "', ".
"'". $_POST["Size"]. "', ". "'". $_POST["Passwort"]. "', ".
- "'". $_POST["Art"]. "', ". "'". $_POST["kommentar"]. "' );";
+ "'". $_POST["Art"]. "', ". "'". $_POST["kommentar"]. "', ".
+ "'". $_POST["Hometown"]. "' );";
$Erg = mysql_query($SQL, $con);
if ($Erg != 1)
@@ -104,6 +106,7 @@ else
$_POST["Size"] = "";
$_POST["Art"] = "";
$_POST["kommentar"] = "";
+ $_POST["Hometown"] = "";
}
Print_Text("makeuser_text1");
@@ -163,6 +166,8 @@ echo "\t\t\t<tr>\n";
echo "\t\t\t\t<td>". Get_Text("makeuser_text2"). "</td>\n";
echo "\t\t\t<td><textarea rows=\"5\" cols=\"40\" name=\"kommentar\">". $_POST["kommentar"]. "</textarea></td>\n";
echo "\t\t\t</tr>\n";
+echo "\t\t\t<tr><td>". Get_Text("makeuser_Hometown").
+ "</td><td><input type=\"text\" size=\"40\" name=\"Hometown\" value=\"". $_POST["Hometown"]. "\"></td></tr>\n";
echo "\t\t\t<tr><td>". Get_Text("makeuser_Passwort").
"*</td><td><input type=\"password\" size=\"40\" name=\"Passwort\"/></td></tr>\n";
echo "\t\t\t<tr><td>". Get_Text("makeuser_Passwort2").