Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 5 6 7 8 9 | CREATE TABLE `prefix_usercheck` ( `check` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `pass` varchar(100) NOT NULL default '', `datime` datetime NOT NULL default '0000-00-00 00:00:00', `ak` tinyint(4) NOT NULL default '0', PRIMARY KEY (`check`) ) TYPE=MyISAM COMMENT='powered by ilch.de'; |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | Warning: Missing argument 4 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 5 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 6 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 7 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 8 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 9 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 10 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 11 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 12 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 13 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 14 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 15 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 16 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 17 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 Warning: Missing argument 18 for user_regist(), called in /web/www/mvabde/html/include/contents/user/regist.php on line 75 and defined in /web/www/mvabde/html/include/includes/func/user.php on line 265 |
1 | INPUT INTO prefix_user ... |
1 | ,"$email","$name","$ort", .... |
1 2 | CREATE TABLE IF NOT EXISTS ` D E I N P R E F I X _user` ( `vorname` varchar(100) NOT NULL, |
Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen |