View file book/file_book.php

File size: 76B
<?php

$fp=@file("book/book.dat");
$count=count($fp);
echo $count;

?>