Hallo,
Leider geht´s nicht.
COde:
while($row = mysql_fetch_object($ergebnis_goups))
{
$txtinbl_text .= "\n<option name="sascha[$b]" value="$row->groups">$row->groups</option>";
$i++;
$b++;
}
wenn ich:
$tester = count($sascha);
echo $tester;
mache, dann zeigt der mir eine 1 an.
Das $b wird nicht benoetigt. Schreibe in alle option-Tags name="sascha[]". Dann wird das Formular vom Client wieder zurueckgeschickt und dann kannst Du das Array $sascha auswerten.
MfG, Thomas
Auch ohne das $b geht das nicht....
gruß sascha