Eeehrr.. imagine: I've got a mysql-generated list, I want the content in a table, three columns wide..like so:
tr-td-[info1]-/td-td-[info2]-/td-td-[info3]-/td-/tr-newline
etc...
now, this must sound stupid, I have no clue whatsoever as to how to tell my script that after every three [td]'s there will be a [/tr-tr]
the TD example is not really the problem ofcourse, what I can't figure out is a simple way to tell a script to repeat itself but have a slightly different action every (n) times.. I find myself making all kinds of ingenious twists and turns to do this but no simple and effective way yet... (and I allways mess up my code trying.. 🙁 ..)
please..?
pet