View file pismo/admin/admin2.php
<div class="head">Админка</div> <div class="main"> <?php $file = fopen("comm/comm.txt","r"); $comment = fread ($file,900); print $comment; echo '<a href="del.php">Удалить всё</a><br>'; ?> <a href="<?php echo $url; ?>">На главную</a></div>