A
Anonymous
Guest
Hi,
Regards.
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.