View file dop/aneg.php
<?php include("../head.php"); echo'<big>Анегдоты</big>'; $anfi = file("base.txt"); $an_rand = array_rand($anfi); $anshows = trim($anfi[$an_rand]); echo'<br><br>Анегдот: '.$anshows.'<br><br>'; echo'<a href="aneg.php">Ещё</a><br><br>'; echo'<a href="../hello.php">Главная</a><br>'; echo'<br><b>'.$copy.'</b><br>'; include("../foot.php"); ?>