I am having an issue that I can resolve manually by coding statically in HTML.
However, I can't get the code in PHP to do what I need.
I am sure it is very simple, but I just can't seem to get it right.
What I need is to seperate my data pulled from the DB into columns. 50 entries per column/per page
Edit: Example below won't format correctly on the boards
Column 1 Column2 Column3
A G M
B H N
C I O
50 in each column per page
----Page 2-----
D J P
E K Q
F L R
EDIT: Really I just need it to put into columns, landscape printing would take care of the paging
I need this to be purely dynamic.
I need each row to alternate colors.
I have somewhat got the code correct, but it is such a mess it would just be more confusing to post.
Using ++ and then html, for some reason it doesn't split like I need it.
I have hacked and mangled at the code.
I just can't seem to get this to work.
Any help is greatly appreciated.
I resolved this...
Stupid HTML mistake