I have a search form used to query a MySQL database. I want the search
results to appear on the same page as the search form, below the search box
after the have entered their search criteria. I can do this using the GET
method, however this displayrs all the parameters in the URL. I understand
you can hide the parameters by using the POST method, however what I'm not
understanding is how I can display the results on the same page. If I use
the POST method, it takes the user to a new page which I don't want. How do
you hide the URL parameters for a form, while displaying the results on the
same page? Is there a quick and easy way to just hide the URL parameters?
Thanks for your help.
results to appear on the same page as the search form, below the search box
after the have entered their search criteria. I can do this using the GET
method, however this displayrs all the parameters in the URL. I understand
you can hide the parameters by using the POST method, however what I'm not
understanding is how I can display the results on the same page. If I use
the POST method, it takes the user to a new page which I don't want. How do
you hide the URL parameters for a form, while displaying the results on the
same page? Is there a quick and easy way to just hide the URL parameters?
Thanks for your help.
Comment