include("cms/functions.php"); connect(); $result = mysql_query("SELECT * FROM pagina ORDER BY id"); $num_rows = mysql_num_rows($result); if ($num_rows == 0) { commonheader("top-menu.css"); echo "
Home | Nieuws | ";
echo " Artikelen | Contact |
Home | Nieuws | ";
while ($get = mysql_fetch_object($result))
{
echo " id\" target=\"main\" onClick=\"parent.window.leftmenu.location.href='menu_left.php'\">$get->link | ";
}
echo " Artikelen | Contact |