willms_jay
03-10-2003, 09:16 PM
let's say i have a template called
my_template
and inside I just want to do this: loop through the elements of an array, and print them out?
so, if an array had 'jerry', 'paul', 'marsha'
it would print
jerrypaul
marsha
while this may seem like a dumb question, i am trying to understand how the templates and the data on a php page actually relate to one another.
i know VB obviously has to do this looping in the templates....
thank you.
..jordan willms
my_template
and inside I just want to do this: loop through the elements of an array, and print them out?
so, if an array had 'jerry', 'paul', 'marsha'
it would print
jerrypaul
marsha
while this may seem like a dumb question, i am trying to understand how the templates and the data on a php page actually relate to one another.
i know VB obviously has to do this looping in the templates....
thank you.
..jordan willms