Ich bekomme folgende Fehlermeldung
Fehler in Zeile 5 in /home/t/traumlandverlag.de/public_html/shop/detail.php
MySQL-Error: 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 '' at line 1
Das ist mriner Abfrage
$$q = mysql_query("SELECT * FROM buecher WHERE BuchID = $BuchID") or error(__LINE__,__FILE__,"Konnte Daten nicht holen",mysql_error());<br>
$datein = mysql_fetch_array($q) or error(__LINE__,__FILE__,"Konnte Array nicht erstellen",mysql_error());
Kann mir einer helfen?
Fehler in Zeile 5 in /home/t/traumlandverlag.de/public_html/shop/detail.php
MySQL-Error: 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 '' at line 1
Das ist mriner Abfrage
$$q = mysql_query("SELECT * FROM buecher WHERE BuchID = $BuchID") or error(__LINE__,__FILE__,"Konnte Daten nicht holen",mysql_error());<br>
$datein = mysql_fetch_array($q) or error(__LINE__,__FILE__,"Konnte Array nicht erstellen",mysql_error());
Kann mir einer helfen?