The challenge is to get items from the database where parameter = “Y”
I want to get the result like this: “Number 1, Number 2, Number 4, Number 6” and assign it to an array for further use.
Also wondering how to iterate over the elements of an array.