Hi!
Habs hinbekommen:
Glaub ich nicht.
[code lang=php] for($count = 1; $count < $max; $count++){
if(isset($_POST['Wert'.$count])) $post_arr[] = true;
}
$post_arr enthält am Ende nur true-Werte, weil du auch nur solche reinschreibst.
if(in_array(false, $array, true))
Und hier befragst du nicht mehr den Inhalt von $post_arr.
Lo!