I was thinking. The way I have it now the code is commented out the parts
that I thought would work and allow me to have two columns. I have
commented them out because in the production environment it was returning
nothing so I at least have to have it show SOMETHING!
Thanks in advance. Hopeful
*** Your entire set of code is commented out. Fix that first and play
with it.
/* begins a comment, that doesn't end until a */
/* $total_count++;
Should be
// $total_count++;
Or
/* $total_count++; */
The same goes for $display_count++; later in your code.
Hello all,
I have the following code and here is my goal:
I have an array and right now, as the code stands, I have one column of data
on a page. I want it to have 2 colums of data on a page. I have tried this
and it just returns blank so I am asking for some help. Thank you in
advance and I w