include("/home/huis/public_html/header.php"); ?>
|
$id=$_GET['ID'];
require ("start.php");
$result = mysql_query("SELECT * FROM HuisAgenda WHERE id='$id'");
while($row = mysql_fetch_array($result)){
$num=$num+1;
if ($num>=$startnum and $num<$startnum+12) {
echo "
" . $row['datum'] . ": ". $row['onderwerp'] . ""; echo "Datum: " . $row["datum"] . " "; echo "Uur: " . $row["uur"] . " "; if ($row["plaats"]!="") { echo "Plaats: " . $row["plaats"] . " "; } if ($row["spreker"]!="") { echo "Spreker: " . $row["spreker"] . " "; } if ($row["agenda"]!="") { echo "Agenda: "; echo "" . nl2br($row["agenda"]) . " "; } if ($row["verslag"]!="") { echo "Verslag: "; echo "" . nl2br($row["verslag"]) . " "; } if ($row["rubriek"]!="") { echo "Rubriek: " . $row["rubriek"] . " "; } if ($row["NE"]!="") { echo "NE: " . $row["NE"] . " "; } if ($row["duur"]!="") { echo "Duur: " . $row["duur"] . " "; } if ($row["nummer"]!="") { echo "Accrediteringsnummer: " . $row["nummer"] . " "; } if ($row["kring"]!="") { echo "Organisator: " . $row["kring"] . " "; } } } ?> |
©2005 • Vakgroep Huisartsgeneeskunde • Vrije Universiteit
Brussel • Laarbeeklaan 103 • 1090 Brussel-Jette
Tel.: +32 2 477.43.11 • Fax.: +32 2 477.43.01 • huisarts@vub.ac.be