Курсовая работа: Создание программы электронного учета успеваемости студентов с дальнейшим выводом ее в Интернет

$msg="<br>$new_file_contents";

fclose($whattoread);

?>

<html>

<head>

<title>Информацияопрограмме</title>

</head>

<body>

<p><h2>Группаномер<? echo "$nomer"; ?></h2>

<strong><? echo "$msg"; ?></strong>

<p><a href="control_stud_form.html">Назад</a></p>

</body>

</html>

http://localhost/~student/prog/infa.php

<?

$filename="/home/student/1/infa.txt";

$whattoread=fopen($filename,"r") or die ("Nevizmojno otkrit fayl");

$file_contents=fread($whattoread,filesize($filename));

$new_file_contents=nl2br($file_contents);

$msg="<br>$new_file_contents";

fclose($whattoread);

?>

<html>

<head>

<title>Информацияопрограмме</title>

</head>

<body>

<h2>About program</h2>

<strong><? echo "$msg"; ?></strong>

К-во Просмотров: 531
Бесплатно скачать Курсовая работа: Создание программы электронного учета успеваемости студентов с дальнейшим выводом ее в Интернет