And again Pedro saves the day!
Thanks a lot man i got it to work. And also thanks a lot for
your explanation, but i guess my newbie-level is to high to get it yet.
Anyway thanks a load!!!!
(Fixed a minor mistake as wel,
if ($column) echo "<td></td></tr>";
echo "</table>";
should of course be:
if ($column) echo "<td></td><td></td></tr>";
echo "</table>";
)
Greetings knoak
Thanks a lot man i got it to work. And also thanks a lot for
your explanation, but i guess my newbie-level is to high to get it yet.
Anyway thanks a load!!!!
(Fixed a minor mistake as wel,
if ($column) echo "<td></td></tr>";
echo "</table>";
should of course be:
if ($column) echo "<td></td><td></td></tr>";
echo "</table>";
)
Greetings knoak
Comment