Hi Svensson!
Das Array (PHP) sieht bsw. so aus:
$adressen = array(5,34,6,123,53,66);
Normalerweise würde ich hier mit dem Vergleichsoperator OR vorgehen:
Eher nicht. Ich würde folgendes verwenden:
WHERE id in (5, 34, ...)
Das kannst Du entsprechend per Schleife aus dem Array generieren.
mfG
Benjamin
--
For animals, the entire universe has been neatly divided into things to (a) mate with, (b) eat, (c) run away from, and (d) rocks.
For animals, the entire universe has been neatly divided into things to (a) mate with, (b) eat, (c) run away from, and (d) rocks.