16){ $css_id = 0; } } //$theses = get_theses_array(); $theses = $data['theses']; $theses_count = sizeof($theses); $ans = Array(); $emph = Array(); $answerstring = ''; $warning = false; $count = 'undefined'; if(isset($_POST['count'])){ $count = $_POST['count']; } if(isset($_POST['ans'])){ $answerstring = $_POST['ans']; $retval = result_from_string($answerstring, $theses_count); $ans = $retval[0]; $emph = $retval[1]; } elseif(isset($_GET['ans'])){ $answerstring = $_GET['ans']; $retval = result_from_string($answerstring, $theses_count); $ans = $retval[0]; $emph = $retval[1]; } else { $warning = true; for($i = 0; $i < $theses_count; $i++){ $ans[$i] = 'skip'; $emph[$i] = 1; } } } ?>
Klicke auf die Titel, um die zugehörige These anzuzeigen.
| Deine Wahl | Doppelt gewichten | "; echo "".$theses[$i]['s']." | "; echo " |
|---|---|---|---|
| ".$theses[$i]['l']." | |||