Custom query form submission pagination
There are some things that should be changed in your code: Please no not use $_SESSION stuff. So do not add session_start anywhere. You can pass the current state via the query string, using method=”get” in your form. For a better flow, you can pass the current page to search_v1 function as argument, in this … Read more