hallo,
$bild_links = true;
if ($bild_links) {
$bild_links = false;
echo $bild;
echo $text;
} else {
$bild_links = true;
echo $text;
echo $bild;
}
du brauchst eine variable die du abwechselnd auf true oder
false setzt damit du weißt wo das nächste bild hinkommt...
schöne grüße
FICHTL