• <legend id='9PdWf'><style id='9PdWf'><dir id='9PdWf'><q id='9PdWf'></q></dir></style></legend>
  • <small id='9PdWf'></small><noframes id='9PdWf'>

        <bdo id='9PdWf'></bdo><ul id='9PdWf'></ul>

        <tfoot id='9PdWf'></tfoot>

        <i id='9PdWf'><tr id='9PdWf'><dt id='9PdWf'><q id='9PdWf'><span id='9PdWf'><b id='9PdWf'><form id='9PdWf'><ins id='9PdWf'></ins><ul id='9PdWf'></ul><sub id='9PdWf'></sub></form><legend id='9PdWf'></legend><bdo id='9PdWf'><pre id='9PdWf'><center id='9PdWf'></center></pre></bdo></b><th id='9PdWf'></th></span></q></dt></tr></i><div id='9PdWf'><tfoot id='9PdWf'></tfoot><dl id='9PdWf'><fieldset id='9PdWf'></fieldset></dl></div>
      1. 你如何在 PHP 中实现分页?

        How do you implement pagination in PHP?(你如何在 PHP 中实现分页?)

      2. <tfoot id='WPaU1'></tfoot>
          <tbody id='WPaU1'></tbody>

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

                • <bdo id='WPaU1'></bdo><ul id='WPaU1'></ul>
                  <legend id='WPaU1'><style id='WPaU1'><dir id='WPaU1'><q id='WPaU1'></q></dir></style></legend>
                  <i id='WPaU1'><tr id='WPaU1'><dt id='WPaU1'><q id='WPaU1'><span id='WPaU1'><b id='WPaU1'><form id='WPaU1'><ins id='WPaU1'></ins><ul id='WPaU1'></ul><sub id='WPaU1'></sub></form><legend id='WPaU1'></legend><bdo id='WPaU1'><pre id='WPaU1'><center id='WPaU1'></center></pre></bdo></b><th id='WPaU1'></th></span></q></dt></tr></i><div id='WPaU1'><tfoot id='WPaU1'></tfoot><dl id='WPaU1'><fieldset id='WPaU1'></fieldset></dl></div>
                  本文介绍了你如何在 PHP 中实现分页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  通常如何在 PHP 中实现分页结果?

                  How are paged results commonly implemented in PHP?

                  我想要一个包含 10 个结果的结果页面.在导航中向前翻页会给我下一组和上一组.

                  I'd like to have a results page with 10 results. Paging forward in the navigation would give me the next and previous sets.

                  有没有办法做到这一点?有人对入门有什么简单的建议吗?

                  Is there a way this is commonly done? Does anyone have simple advice on getting started?

                  推荐答案

                  您需要对 PHP 有一个初学者的了解,并且可能对关系数据库有一定的了解.

                  You'll need a beginner's understanding of PHP, and probably some understanding of relational databases.

                  分页通常使用一些简单的查询参数来实现.

                  Pagination is often implemented with some simple query parameters.

                  stackoverflow.com/myResults.php?page=1
                  

                  页面增加查询参数:

                  stackoverflow.com/myResults.php?page=2
                  

                  在后端,页面值通常对应于用于生成结果的查询中的限制和偏移量.

                  On the back end, the page value usually corresponds to the limits and offsets in the query that is being used to generate the results.

                  相关问题:

                  • 没有 SQL 的 PHP 动态分页
                  • 分页查询在 SQL Server 2005 中对不同列进行排序
                  • 智能分页算法

                  这篇关于你如何在 PHP 中实现分页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Appending GET parameters to URL from lt;formgt; action(将 GET 参数附加到来自 lt;formgt; 的 URL行动)
                  Forcing quot;Save Asquot; dialog via jQuery GET(强制“另存为通过 jQuery GET 对话框)
                  PHP - get certain word from string(PHP - 从字符串中获取某个单词)
                  How to debug a get request in php using curl(如何使用 curl 在 php 中调试 get 请求)
                  get a # from a url in php(从 php 中的 url 获取 #)
                  PHP - include() file not working when variables are put in url?(PHP - 将变量放入 url 时,include() 文件不起作用?)
                  <i id='dBegz'><tr id='dBegz'><dt id='dBegz'><q id='dBegz'><span id='dBegz'><b id='dBegz'><form id='dBegz'><ins id='dBegz'></ins><ul id='dBegz'></ul><sub id='dBegz'></sub></form><legend id='dBegz'></legend><bdo id='dBegz'><pre id='dBegz'><center id='dBegz'></center></pre></bdo></b><th id='dBegz'></th></span></q></dt></tr></i><div id='dBegz'><tfoot id='dBegz'></tfoot><dl id='dBegz'><fieldset id='dBegz'></fieldset></dl></div>

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

                      • <small id='dBegz'></small><noframes id='dBegz'>

                      • <tfoot id='dBegz'></tfoot>

                          <tbody id='dBegz'></tbody>
                        <legend id='dBegz'><style id='dBegz'><dir id='dBegz'><q id='dBegz'></q></dir></style></legend>