This commit is contained in:
Andreas Österreicher
2008-06-04 15:46:27 +00:00
parent b8a5efcbdc
commit 721d8075f4
4 changed files with 230 additions and 2 deletions
+1
View File
@@ -147,6 +147,7 @@ if(isset($_POST['save']) && isset($_SESSION['prestudent_id']))
{
echo '<form method="post">
<SELECT name="prestudent">';
echo '<OPTION value="13478">Dummy Dieter</OPTION>\n';
foreach($ps->result as $prestd)
echo '<OPTION value="'.$prestd->prestudent_id.'">'.$prestd->nachname.' '.$prestd->vorname."</OPTION>\n";
echo '</SELECT>';