Topic: Dropbox
I've got a while-loop for my links-categories and for the links, and one for action.
Something like this:
Cat1
link1 [ catDropBox ] - only this dropbox workes but misses the first element
link2 [ catDropBox ] - empty
link3 [ catDropBox ] - empty
Cat2
link1 [ catDropBox ] - empty
link2 [ catDropBox ] - empty
link3 [ catDropBox ] - empty
Cat3
link1 [ catDropBox ] - empty
link2 [ catDropBox ] - empty
link3 [ catDropBox ] - empty
and i want the categoryCropBox to be the same, but i don't want to Q the db on each link-loop.
Anyone get what i wanna do here?