View file igra/count.php

File size: 96B
<?php
$k_p=mysql_result(mysql_query("SELECT COUNT(*) FROM `igra`",$db), 0);
echo "$k_p";

?>