ich habe eine abfrage, die in phpMyAdmin korrekt ausgeführt wird, aber wenn ich sie in php aufrufe, immer mit nem fehler kommt:
Fehlermeldung:
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 ':= 0 + 1 where sp_fk_den = 827' at line 1
weis jemand woran das liegen kann ?
PHP-Code:
$abfrage = "UPDATE si_pvt_dp set sp_sort = $jx := $jx + 1 where sp_fk_den = {$_GET["density"]}";
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 ':= 0 + 1 where sp_fk_den = 827' at line 1
weis jemand woran das liegen kann ?
Kommentar