Aiheet


Warning: array_map() [function.array-map]: The first argument, 'str_getcsv', should be either NULL or a valid callback in /home/integraa/www/opinnot/aiheet0.php on line 28

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 29

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 37

Opintopisteitä yhteensä


Opintopisteet tärkeysjärjestyksessä



Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 73

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 81
// Kuvaaja $days = array(); $ops = array(); foreach ($aiheet as $key => $aihe) { array_push($days,array()); array_push($ops,array()); $bisteet=0; foreach ($rivi as $n => $row) { global $bisteet; $y=$row[2]; $m=$row[3]; $d=$row[4]; $paiva=($y-2007)+($m-1)*30+$d; // echo $paiva.'
'; if ($row[0]==$aihe) { $bisteet=$bisteet+$row[1]; array_push($ops[$key],$bisteet); array_push($days[$key],$paiva); } } }
Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 73

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 81

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 73

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 81

Warning: Invalid argument supplied for foreach() in /home/integraa/www/opinnot/aiheet0.php on line 145