Hi again,
I have now another problem with seperating (using foreach function)
If I have SELECTED 3 rows from Database.
From second and third row they will repeat what previous row has.
Something like this:
Row 1: mytext, text
Row 2: thisis, thetext
Row 3: someword, my word
Then in template shows:
1: mytext, text
2:
mytext, text, thisis, thetext
3:
mytext, text, thisis, thetext, someword, my word
I think you will understand what I mean, thanks for helping me