Hallo Zusammen!
$sql1 = "SELECT * FROM hackepeter as a, bratwurst as b
WHERE
a.column_3 LIKE '{$_GET["dingenskirchen"]}' AND column_4='{$_GET["dingensbummens"]}',
b.ID= '1400'";
wirft folgenden Fehler:
Caught exception: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' b.ID= '1400'' at line 3
Ich raff´s oder ich sehe es nicht mehr. Hab alles gecheckt: Computer sagt "NEIN!".
Jemand ne Idee?
$sql1 = "SELECT * FROM hackepeter as a, bratwurst as b
WHERE
a.column_3 LIKE '{$_GET["dingenskirchen"]}' AND column_4='{$_GET["dingensbummens"]}',
b.ID= '1400'";
wirft folgenden Fehler:
Caught exception: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' b.ID= '1400'' at line 3
Ich raff´s oder ich sehe es nicht mehr. Hab alles gecheckt: Computer sagt "NEIN!".
Jemand ne Idee?
Kommentar