Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你们能否建议好的高级搜索(具有多个条件字段)分页。问题是如何保存数据(由用户输入)以在转到第 2、3 页等时保持相同的搜索条件。
您应该在 GET 请求中插入搜索参数。例如:
search.php?page=N&someparameter=x&otherparameter=y
这些链接应该在您的分页中。
如果分页可用,使用会话存储用户输入数据并使用会话变量来搜索其他页面中的内容。