echo $titel;?>
Laatste Projecten
echo $tekst;?>
-
include "app_config.php";
$query = mysql_query("SELECT * FROM nieuws ORDER BY date DESC LIMIT 0,3") or die (mysql_error());
while($uitkomst = mysql_fetch_array($query)){
$titel = $uitkomst["titel"];
$url = $uitkomst["url"];
$tekst = $uitkomst["tekst"];
$pic = $uitkomst["pic"];
$id = $uitkomst["id"];
$date = $uitkomst["date"];
$bron = $uitkomst["bron"];
$actief = $uitkomst["actief"];
$teller ++;
?>
- >
echo $titel; ?>
echo $bron; ?>..
} else { ?>
if(empty($tekst)) { ?>
} ?> } ?>