Unable to connect to the " . "database server at this time." ); exit(); }mysql_select_db("molens");$types = mysql_query( "SELECT distinct type FROM molens order by type");$provincies = mysql_query( "SELECT distinct provincie FROM molens order by provincie");$functies = mysql_query( "SELECT distinct functie FROM molens WHERE CHARACTER_LENGTH(functie)>3 order by functie");?>