kann mir niemand helfen???
Beiträge von herr mau
-
-
ich hab ein kleines problem wenn ich einen mysql-db eintrag ändern will...
der parser gibt folgendes aus:
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 'show = '0', group = '', textarea = '',' at line 9und hier mein mysql-code:
Code
Alles anzeigen$sql_field = "UPDATE board_profilefields SET title = '".$post['title']."', description = '".$post['desc']."', reg = '".$post['reg']."', hide = '".$post['hide']."', type = '".$post['type']."', show = '".$post['show']."', group = '".$group."', textarea = '".$post['textarea']."', length = '".$post['length']."' WHERE fieldid = '".$get['id']."';";
tja, ich hoffe mir kann jemand helfen... danke im voraus