Displaying table data column-wise in a while loop

前端 未结 4 2002
栀梦
栀梦 2021-01-15 15:28

I\'m attempting to retrieve all that data from a database, put it in a table (more than one table if necessary) and display them column-wise in lots of 4 split across multip

4条回答
  •  情歌与酒
    2021-01-15 15:55

    Replace your code as:

        format('d/m/Y'); ?>
    
        $j=$i%3;
          ?>
          ";
        }
          ?>
        ";
        }
        $i++;
        }
        ?>
        
     

提交回复
热议问题