I am outputing/printing using a combination function:
combine('<br>', $traits, 0);
And My Output Consists of the same sized multi coloumn strings that look Like:
23
2D
2E
2F
A3
AD
AE
AF
B3
BD
BE
BF
C3
CD
CE
CF
I want to have a multi coloumn output using check boxes for each (on he left of each) so that when I select one, I proceed to the next page.
Can some one help please.
combine('<br>', $traits, 0);
And My Output Consists of the same sized multi coloumn strings that look Like:
23
2D
2E
2F
A3
AD
AE
AF
B3
BD
BE
BF
C3
CD
CE
CF
I want to have a multi coloumn output using check boxes for each (on he left of each) so that when I select one, I proceed to the next page.
Can some one help please.
Comment