View file file/banscount.php

File size: 101B
<?php

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

?>