koolhydraat arm gerechten
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep6' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
voorkeuren
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep8' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
koolhydraat beperkt gerechten
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep7' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
Artikelen
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep3' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
Sapjes
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep2' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
Recepten
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep1' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
Weekmenu
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep4' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>
DETOXEN
$query = "SELECT * FROM `recepten` WHERE `groep` = 'groep5' ORDER BY `titel` ASC";
$sql=mysql_query($query) or die (mysql_error());
while ($obj=mysql_fetch_object($sql)) {
$titel = $obj->titel;
$beschrijving = $obj->beschrijving;
$bestand = $obj->bestand;
echo "
".$titel."";
}
?>