source: create_groups.php@ 1

Last change on this file since 1 was 1, checked in by george, 18 years ago

Prvotní nactení

File size: 354 bytes
Line 
1<?
2
3include('error.php');
4include('stat_functions.php');
5include('db.php');
6DB_Init('localhost', 'root', '', 'statistic');
7
8$Measures = array();
9DB_Select('stat_measure', '*');
10while($Measures[] = DB_Row());
11array_pop($Measures);
12
13foreach($Measures as $Measure)
14{
15 echo('Velicina '.$Measure['name']."\n");
16 for($Level=)
17}
18?>
Note: See TracBrowser for help on using the repository browser.