|
ok got it to work, only problem now is that my counter doesnt seem to work well.
I need to have a </tr><tr> at the end of every 6 results.
When I ask to print $count, all the numbers come out correctly but when i do this:
if (int($thecount/6))
everything over 6 will have the </tr><tr>.
Any idea on this one?
Thanks,
Jon
|