Просмотр файла guest/count.php

Размер файла: 81B
<?
 $file=file("./guest/msg.dat");
$count=count($file);
echo ''.$count.'';
?>