How get post value in pagination

前端 未结 2 602
悲哀的现实
悲哀的现实 2021-01-27 06:03

I am working on search functionality with pagination in php.Below is my code but whenever I click on next link the search query is not taking variable which is passed through PO

2条回答
  •  执笔经年
    2021-01-27 06:17

    if you are creating sorting and searching functionality than I will suggest you to use $_SESSION variable rather than $_POST or $_GET it will help you manage your grid/data very well.

提交回复
热议问题