Could you post the actual error message?
You also might want to assign the content of the select statement to a varialbe such as
$sql = "select epostadresse, id from ".addslashes($liste)." where godkendt = '1' limit ".addslashes($start).", $slut";
and then echo it to make sure it does actually read like you think it should.
Hope that helps.
Tim