okay hab beides gemacht:
SQL = INSERT INTO tbluser_profile intID =82 ----> genau soo solls ja sein. in intID die nummer von dem USER in tabelle benutzer...
die syntax stimmt nicht... habs doch so gemacht erst den tabellennamen und dann den Feldnamen.
PHP:
SQL = INSERT INTO tbluser_profile intID =82 (geschlecht, tag, monat, jahr, beruf, heimatland, gebiet, heimatstadt, msn, icq, yim, telefon, bundesland, ort, beziehung, politik, interessen, clubs, musik, txtZitat, txtAboutme ) VALUES ('', '', '', '', ' ', ' ', ' ', ' ', '', '', '', '', ' ', ' ', '', '', '', '', ' ', ' ', '' )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'intID =82 (geschlecht, tag, monat, jahr, beruf, heimatland, gebiet, heimatstadt' at line 1
Deine änderungen wurden erfolgreich gespeichert.
SQL = INSERT INTO tbluser_profile intID =82 ----> genau soo solls ja sein. in intID die nummer von dem USER in tabelle benutzer...
die syntax stimmt nicht... habs doch so gemacht erst den tabellennamen und dann den Feldnamen.