View file Foto-konkursy/count.php

File size: 216B
<?php
  $FotoKonkurs = mysql_num_rows(mysql_query("select * from `FotoKonkurs`"));
  $FotoKonkursUser = mysql_num_rows(mysql_query("select * from `FotoKonkursUser`"));
  echo $FotoKonkurs.'/'.$FotoKonkursUser;
?>