I have a simple query. It returns 1 result.
But what i want to achieve - i want to “repeat” that single query on my page multi-times.
Would it be best to done via Server Connect or Client Side?
The method behind the madness is I have 1 result but … needs to be duplicated x-amount of times.

So it returns a single result


so the end result must be something like this…
id:35-0 -----> id:35-($index value)
id:35-1
id:35-2
id:35-3
…
id:35-10
I have used while and repeats within the while… but i cannot for the life of met to get it right. Im sure im overthinking this stupid thing again.
I used PHP before. eg. For loop.

Just to give you an idea what im after…
what would be the best way to approach this… Sever connect side or on the client side?
If anybody can help i would appreciate it.