Hallo romy,
etwas OT:
nun kommt die Schleife für die radiobuttons
$count = 1; while ($count < 8){
echo '<input type="radio" name="'.$count.'" value="'.$auto[$count]. '">"'.$auto[$count].'<br>'
$count++;
}
ich habe eine solche Konstruktion in PHP-Scripts schon öfter gesehen. Kennt PHP denn keine for-Schleife?
Gruß, Jürgen