I have an array that was an 'explode' from an sql query, and i want in another query, search for an field called "id" by each value of the exploded array(it can be 1 value or 17) and get the field "name" associated to the id, and so create another array to print or a string separeted by ', '
I think i have to use foreach, but i really don't know how.
Can somebody help me please(giving me an example or something)?
PS:Sorry for the bad English but even in my orginal language i can't explain what i want :icon_cheesygrin: