I have something to know guys, is it possible to combine all the data in one fields and it will display separately?
Example:
I have 3 fields (id, description, link) and i store this in the ff. with a separator "|":
description fields
This is a description1 | This is a description2 | This is a description3 | This is a description4
link fields
Link1 | Link2 | Link3 | Link4
And it will display like this :
1. This is a description1
Link1
2. This is a description2
Link2
3. This is a description3
Link3
4. This is a description4
Link 4
Thanks in advance to your help guys.