From 8b5f8b256c9a54e6e6feb225e46d72a94ecb5495 Mon Sep 17 00:00:00 2001 From: cookie Date: Tue, 22 Nov 2005 20:05:44 +0000 Subject: feld hometown eingefuegt git-svn-id: svn://svn.cccv.de/engel-system@85 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/makeuser.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www-ssl/makeuser.php') 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\n"; echo "\t\t\t\t". Get_Text("makeuser_text2"). "\n"; echo "\t\t\t\n"; echo "\t\t\t\n"; +echo "\t\t\t". Get_Text("makeuser_Hometown"). + "\n"; echo "\t\t\t". Get_Text("makeuser_Passwort"). "*\n"; echo "\t\t\t". Get_Text("makeuser_Passwort2"). -- cgit v1.2.3-54-g00ecf