ファイルの読み込み2
<?php $info = file_get_contents("info.txt"); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html";>
<title>テニスサークル交流サイト</title>
</head>
<body>
<h1>テニスサークル交流サイト</h1>
<h2>お知らせ</h2>
<?php echo nl2br($info,false); ?>
</body>
</html>
INFO