1
hi. i wrote that script in my XOOPS template but my drop down box is still empty.
using the smarty debugger, it says that my smarty variable is not empty. i'm supposed to get 4 options:
A
B
C
D
..and by the way, all four belong only to one index. this is what it looks like:
$optionsarray[0] = A,B,C,D
can anyone help me?