Errr... What I mean to say *not being drunk* Is how would I take information for loops. That calls data from a database and prints it to the screen. I would leik to be able to take that data and put it in a template but every time I try I always get the last piece of data it calls.. example:
Bill
Bob
John
Sam
with would be the output of the loop from each row it finds.. but how would I get the it to show all of them in a template?
|