Hallo Lukas.,
$blocks = $db -> prepare("SELECT * FROM table");
$blocks -> execute();
while ($block = $blocks -> fetch(PDO::FETCH_ASSOC)) {
// in $block steckt jetzt solange ein Datensatz, wie die Zuweisung funktioniert
}
Bis demnächst
Matthias
--
Rosen sind rot.
Rosen sind rot.