Quote:
Originally Posted by MrZeropage
maybe you manage to use start() for left+right sidebar and after that arcade.php can use row() to fill the center ?
|
But in tha case, I need to call start to fill the left column, the call row to fill the center, and call start again to fill the right... not good.
But in case I don't use a right column; and use start to fill left column and row to fill main column... I could open the table in function start and end it after rows are displayed... in function stop... I think got it. Let me try and I'll show the results