Hi, i wonder how to do this:
in the db theres 25 colums.
You can add text to the columns and stuff..
and the content of that table is going to be displayed one column on each row like this:
textfromcolumn1
textfromcolumn2
textfromcolumn3
textfromcolumn4
textfromcolumn5
and so on up to 25.
now if..
..column1 has the text Abc1
..column2 is empty
..column3 is empty
..column4 has the text Abc2
..column5 is empty..
then the empty places are goin to be filled with the non empty ones like this:
..column1 has the text Abc1
..column2 has the text Abc2
..column3 is empty
..column4 is empty
..column5 is empty..
So my question is.. How do i do this?
(Sorry for my english its not very good)