in reply to Re^4: output all array names in htmlin thread output all array names in html
i got it now the problem was not putting {#script} to the whole script to loop
foreach { #the rest code } [download]
i was just doing
but in other way i thought this can be done without putting {#script} to cover the looping code. coz foreach still works ok without {} to close. but anyway worked for me. bt didn;t want to close the code with {}