I am trying to use the foreach to loop and add the array together
i select the query ("English - 1 ; French -2 ; Chines -3)
select word from words where language = 1;
and it will return the list of english word. and I want to push this list of word in 1 array
select word from words where...