I have an array called $value
i have a database tblFaciliteiten
FaciliteitenIDid | faciliteit
1 | toilet
2 | bathroom
etc
i want the "value array" to correspond with the id from this database
how can i select from this database fields with these corrsponding id's
something like this
$result = mysql_query("SELECT Faciliteit FROM tblFaciliteiten WHERE FaciliteitenID = $value ");