I get data from my database that comes in this way 1,2,3,4,5
and I need to run each number, because each number is a user ID and I want it to display each separately without a comma or anything, I tried to give foreach But I could not, how can I?