View file guest/count.php

File size: 81B
<?
 $file=file("./guest/msg.dat");
$count=count($file);
echo ''.$count.'';
?>