Holger R.: MySql Datenbankeintrag mit PHP

Beitrag lesen

Hallo,

ich ein Problem mit PHP und Mysql. Und zwar, ich versuche mehrere Daten in eine Datenbank zu schreiben. Ich bin der Administrator.
Verbindung wird aus einer anderen Datei geladen & sie funtz zu 100%.

PHP-Code:

$mysqlinsert = "insert into bb1_user_table(userid, username, userpassword, useremail, usersms, regemail, userposts, groupid, statusextra, regdate, lasvisit, lastactivity, session_link, signatur, usericq, aim, yim, userhp, age_m, age_d, age_y, avatarid, interests, location, work, gender, usertext, show_email_global, mods_may_email, users_may_email, thread_notify, pn_notify, pn_copy, pn_popup, invisible, hide_signature, hide_userpic, prunedays, umaxposts, bbcode, style_set, activation, blocked, profilfeld1, profilfeld2, profilfeld3, profilfeld4, profilfeld5, verwarnung, warnung_info, warnung_info2, warnung_info3) VALUES ('1', 'Selfhtml', 'password', 'test@test.de', '', '$test@test.de', '0', '3', '', 'zeit', 'zeit', 'zeit', '1', '', '', '', '', '', '', '0', '0', '0', '', '', '', '0', '', '0', '1', '1', '0', '0', '1', '1', '0', '0', '0', '0', '0', '1', '0', '1', '0', '', '', '', '', '', '0', '', '', '')";
$befehlteilnehmerinsert = mysql_query($mysqlinsert, $verbindung);
mysql_close($verbindung);

Ich hoffe das mir irgendjemand helfen kann!