Good afternoon friends at PHPBUILDER
I have a script that allows a user to type in a search term and the page will refresh with relevant search terms
My pagination script uses $_GET to display information and so does my search script.
How do I display both the page=X and search=X on the same page
Whenever I click the NEXT button on my site, index.php?search= turns into index.php?page=
Any suggestions for adding both GET statements to the URL?
Is pagination compatible with PHP search function.
Thanks 🙂 🙂