in reply to Re^5: output all array names in html
in 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 }
i was just doing
foreach { } #scriptbut 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 {}
|
|---|