Question Result in label through array/loop from db; multiple lines/label

darkcat02

Active member
Joined
Mar 4, 2009
Messages
38
Programming Experience
1-3
hi everyone... my title sounds confusing but here is my problem...

i need to display multiple fields from the database in a form... where it would be put in a label.. i cant think of any ideas how would i do it... either loop or what...

for example...

db_table:
id chapter narration
1 1 text here
2 2 text again
3 3 text text

output:

story title

1 text here -can be in one label each line...
2 text again
3 text text


or


1 text here 2 text again 3 text text ---can be in one label...

anyone??
 
Back
Top