DO query more times

A

Anonymous

Guest
Hi,

Code:
<?php

for($i=1; $i<40; $i++){
  $query = "SELECT * FROM table WHERE tekma='$tekma' AND skupina = '$i' ORDER BY rezultat ASC LIMIT $n ";
  // rest of the code
}

Regards.
 
Back
Top