Basically my question is:
mysite.php?searchword=vinegar?page=2
In the above url is it possible to GET both the search value (which here is vinegar) and the page value (here 2) with PHP code?
It comes from searching a large mysql table for the word vinegar, and then paginating the results.
If this is not how possible, please could you suggest a way to do this
Thanks
You should use
and in php