1. <?php
  2. {
  3. $result = mysql_query("select *,(select tipseter from tabela where id=p.racun) ime from utakmice p where status = 1 order by kvota asc limit 43;");
  4. if(mysql_affected_rows()>0){
  5. $br=0;
  6. while($row = mysql_fetch_array($result)){
  7. ?>