Курсовая работа: Создание программы электронного учета успеваемости студентов с дальнейшим выводом ее в Интернет
<input type="radio" name="nomer" value="362">362</p>
<p><h2><input type="submit" name="submit" value="Показатьрезультат"></h2></p>
<p><ahref="main.php">Вернуться на главную</a></p>
</form>
</body>
</html>
http://localhost/~student/prog/control_stud.php
<?
$nomer=$_GET["nomer"];
if ($nomer=="") {
header("Location: http://localhost/prog/control_stud_form.html");
}
if ($nomer=="322") {
$filename="/home/student/1/322.txt";
}
else if ($nomer=="332") {
$filename="/home/student/1/332.txt";
}
else if ($nomer=="342") {
$filename="/home/student/1/342.txt";
}
else if ($nomer=="352") {
$filename="/home/student/1/352.txt";
}
else if ($nomer=="362") {
$filename="/home/student/1/362.txt";
}
$whattoread=fopen($filename,"r") or die ("Nevizmojno otkrit fayl");
$file_contents=fread($whattoread,filesize($filename));