Halli hallo jungens und mädels.
ich bräuchte da ein wenig hilfe mit nem php script.
so habe folgendes:
$u=0;
while($z>=$u)
{
if (in_array($tempdb[$u],$artno) ){
$query = "UPDATE ARTIKEL SET SHOP_DEL_FLAG = 'Y' WHERE artikel.Artnum = " + $tempdb[$u] + ";";
$result = mysql_query($query) or die("Anfrage fehlgeschlagen: " . mysql_error());
}
echo in_array($tempdb[$u],$artno);
echo $tempdb[$u];
$u++;
}
Ergebnis:
Verbindung zum Datenbankserver erfolgreich
Anfrage fehlgeschlagen: 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' at line 1
kann mir wer da helfen ??
ich bräuchte da ein wenig hilfe mit nem php script.
so habe folgendes:
$u=0;
while($z>=$u)
{
if (in_array($tempdb[$u],$artno) ){
$query = "UPDATE ARTIKEL SET SHOP_DEL_FLAG = 'Y' WHERE artikel.Artnum = " + $tempdb[$u] + ";";
$result = mysql_query($query) or die("Anfrage fehlgeschlagen: " . mysql_error());
}
echo in_array($tempdb[$u],$artno);
echo $tempdb[$u];
$u++;
}
Ergebnis:
Verbindung zum Datenbankserver erfolgreich
Anfrage fehlgeschlagen: 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' at line 1
kann mir wer da helfen ??
Kommentar