예제 #1
0
//als het jaar is gezet gebruik hem dan in de sessie variabele
if (isset($_POST['PrognoseJaar'])) {
    $jaartal = $_POST['PrognoseJaar'];
    echo "<h2>Prognose over : " . $jaartal . "</h2>";
} else {
    $jaartal = 2012;
}
$naam = $_GET['gemeenteNaam'];
$htmlFormulier .= "<table class=tablesorter border=0 cellpadding=4 cellspacing=0 width=100%>";
$htmlFormulier .= "<label name ='Jeugdzorg'>Provinciale Jeugdzorg nieuwe cliënten totaal 2007-2012<h3></h3></label><br><br>";
$htmlFormulier .= "<table class=tablesorter border=0 cellpadding=4 cellspacing=0 width=100%>";
$htmlFormulier .= "<thead>";
$htmlFormulier .= "<tr valign=top>";
$htmlFormulier .= "<th class=\"{sorter: false}\" width=30% align=left> Voorbeeld prognose over " . $naam . "</th>";
$aantalJongerenPerGemeente = new JongerenPerGemeente($db_handle);
$jaar = $aantalJongerenPerGemeente->showJaren();
foreach ($jaar as $jaren) {
}
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['0']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['1']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['2']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['3']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['4']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>{$jaar['5']}</th>";
$htmlFormulier .= "<th class=\"{sorter: false}\" align=right width=10%>Prognose over het jaar " . $jaartal . "</th>";
$htmlFormulier .= "</tr>";
$htmlFormulier .= "</thead>";
$htmlFormulier .= "</body>";
$htmlFormulier .= "<tfoot>";
$htmlFormulier .= "<tr>";
$htmlFormulier .= "<td class=tabelrow align=left>Totaal aantal jongeren {$naam}</td>";