include(lib_getPage($_GET['page']));
?>
Nieuws headlines:
$headlines = lib_mysqlGet("SELECT onderwerp FROM nieuws ORDER BY datum DESC LIMIT 10"); for($x=0;$x
Notice: Undefined variable: headlines in /home/ninabrink/public_html/index.php on line 88
Notice: Undefined variable: x in /home/ninabrink/public_html/index.php on line 88
} ?>
$headlines = lib_mysqlGet("SELECT onderwerp FROM nieuws ORDER BY datum DESC LIMIT 10"); for($x=0;$x
} ?>