assign('cssfile', '/gfx/'.$_SESSION['site_id'].'/style.css'); include_once("inc_aanbieding.php"); switch($url[0]){ case "stock": include_once("inc_stock.php"); break; case "tell_a_friend": include_once("inc_tellafriend.php"); break; case "mailinglist": include_once("inc_mailinglist.php"); break; case "links": include_once("inc_links.php"); break; case "contact": include_once("inc_contact.php"); break; case "language": include_once("inc_language.php"); break; default: include_once("inc_home.php"); break; } /* $query = "SELECT * FROM producten"; $rs = $conn->Execute($query); while (!$rs->EOF) { print_r($rs->fields); $rs->MoveNext(); } */ ?>