Ülesanne Lisa õpilasele (ainult õpetaja) Lisa ülesanne (ainult õpetaja) Näita (ainult õpetaja) Õpetaja

Kategooria:

Ülesande kirjeldus:

Ülesande vastus:

Kood:
Ülesande ID:
0) { echo "Sellel õpilasel juba on ülesanne.\n"; break; } $tmp = mysql_query("insert into ylesanne values ('$kood', '$yl_id')"); break; case "showall": if (!$_SESSION['admin']) break; $tmp = mysql_query("select * from ylesanded"); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; while ($a = mysql_fetch_array($tmp)) { echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo "
IdKategooriaÜlesande tekstÜlesande vastus
".$a['id']."
\n"; break; case "show": if (!$kood) { ?>
Kood:

' method='post'> Vastus:
Õige, väga tubli :)"; else echo "

Vale! Õpi veel."; break; case "change": $tmp = mysql_query("update ylesanded set kategooria = '$kateg', yl_tekst = '$yl_tekst', yl_vastus = '$yl_vastus' where id = '$id'"); header("Location: $PHP_SELF?action=showall"); break; } ?>