<i id='H2XOG'><tr id='H2XOG'><dt id='H2XOG'><q id='H2XOG'><span id='H2XOG'><b id='H2XOG'><form id='H2XOG'><ins id='H2XOG'></ins><ul id='H2XOG'></ul><sub id='H2XOG'></sub></form><legend id='H2XOG'></legend><bdo id='H2XOG'><pre id='H2XOG'><center id='H2XOG'></center></pre></bdo></b><th id='H2XOG'></th></span></q></dt></tr></i><div id='H2XOG'><tfoot id='H2XOG'></tfoot><dl id='H2XOG'><fieldset id='H2XOG'></fieldset></dl></div>

  1. <tfoot id='H2XOG'></tfoot>

      <small id='H2XOG'></small><noframes id='H2XOG'>

      • <bdo id='H2XOG'></bdo><ul id='H2XOG'></ul>

    1. <legend id='H2XOG'><style id='H2XOG'><dir id='H2XOG'><q id='H2XOG'></q></dir></style></legend>

      每第三个循环后插入 tr

      时间:2023-10-04
        <tbody id='0Rk2p'></tbody>

              <i id='0Rk2p'><tr id='0Rk2p'><dt id='0Rk2p'><q id='0Rk2p'><span id='0Rk2p'><b id='0Rk2p'><form id='0Rk2p'><ins id='0Rk2p'></ins><ul id='0Rk2p'></ul><sub id='0Rk2p'></sub></form><legend id='0Rk2p'></legend><bdo id='0Rk2p'><pre id='0Rk2p'><center id='0Rk2p'></center></pre></bdo></b><th id='0Rk2p'></th></span></q></dt></tr></i><div id='0Rk2p'><tfoot id='0Rk2p'></tfoot><dl id='0Rk2p'><fieldset id='0Rk2p'></fieldset></dl></div>

              <small id='0Rk2p'></small><noframes id='0Rk2p'>

                <bdo id='0Rk2p'></bdo><ul id='0Rk2p'></ul>

                <legend id='0Rk2p'><style id='0Rk2p'><dir id='0Rk2p'><q id='0Rk2p'></q></dir></style></legend>
              • <tfoot id='0Rk2p'></tfoot>

                本文介绍了每第三个循环后插入 tr的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在用 PHP 创建一个论坛.我必须在表格中显示所有论坛类别,为此,我使用了一个 while 循环.但是,我希望每个表格行中只有 3 个 td.为了遍历类别,我在查询中使用了 while 循环,所以我认为我不能在这里使用模数.

                I'm making a forum in PHP. I have to display all forum categories in a table, and to do so, I have used a while loop. However, I want to have only 3 td's in every table row. To loop through the categories, I'm using a while loop with the query, so I don't think I can use modulus here.

                推荐答案

                为什么不能使用模数?只需在某处添加一个计数器,如果它命中 % 3 == 0 重置计数器并执行您的操作.

                Why can't you use modulus? Just add a counter somewhere, and if it hits % 3 == 0 reset the counter and do your stuff.

                您可能需要为 first 和 last 做一些额外的 if's for first 和 last 之类的事情,但没有理由不使用模数 with a while.

                You might need to do some extra if's for first and last and stuff like that, but there is no reason not to use a modulo with a while.

                $i=0;
                while(guard()){
                    if($i % 3 == 0){
                       //ploing
                    }
                 $i++
                }
                

                这篇关于每第三个循环后插入 tr的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:将删除按钮添加到 PHP 结果表 下一篇:用 PHP 创建动态表

                相关文章

                最新文章

                  <i id='sHntU'><tr id='sHntU'><dt id='sHntU'><q id='sHntU'><span id='sHntU'><b id='sHntU'><form id='sHntU'><ins id='sHntU'></ins><ul id='sHntU'></ul><sub id='sHntU'></sub></form><legend id='sHntU'></legend><bdo id='sHntU'><pre id='sHntU'><center id='sHntU'></center></pre></bdo></b><th id='sHntU'></th></span></q></dt></tr></i><div id='sHntU'><tfoot id='sHntU'></tfoot><dl id='sHntU'><fieldset id='sHntU'></fieldset></dl></div>
                  <legend id='sHntU'><style id='sHntU'><dir id='sHntU'><q id='sHntU'></q></dir></style></legend>
                1. <tfoot id='sHntU'></tfoot>

                    <small id='sHntU'></small><noframes id='sHntU'>

                    • <bdo id='sHntU'></bdo><ul id='sHntU'></ul>