Wie kann ich eine Zufalls Produkt_Id erzeugen?
$svSQL = "select id
from $cfgTabArticle
where flag_display=1
";
if (DEBUG) echo "\n<!-- debug: $svSQL -->\n";
// Führe SQL-Query aus ** do the query
$result = @mysql_query($svSQL,$connectionID);
$i=0;
$rand[$i] = array("id"=>$id);
$i++;
}
Was stimmt hier nicht?
Gruss
Torsten
$svSQL = "select id
from $cfgTabArticle
where flag_display=1
";
if (DEBUG) echo "\n<!-- debug: $svSQL -->\n";
// Führe SQL-Query aus ** do the query
$result = @mysql_query($svSQL,$connectionID);
$i=0;
$rand[$i] = array("id"=>$id);
$i++;
}
Was stimmt hier nicht?
Gruss
Torsten
Kommentar