hi
is it posible to use arrays in tamplate set_var command
for example : i want to display a user list .. the user list
is in array "$userlist" the ver name is {username}
so sommanting like set_var('username',$userlist) .. whan't
work .. i need to run : foreach ($userlist as $user) {
set_var('username,$user) ..
but then i have to put in the same loop the "parse" & the print
command ..
the point is how to run "parse" one time for all the userlist
nimrod