View file file/reklcount.php

File size: 98B
<?php

$p=mysql_query("SELECT COUNT(*) FROM `rekl`;");
$k=mysql_result($p, 0);
print $k;

?>