search results page url?
If I have a form, containing text field, (for the search parameters.) and a submit button, (set to POST, and action: being my results page, running a recordset query[on the results page].).
if the form is run, should the URL look this simple?
to
after posting, (running the query.): http://localhost/search_results.php
After battling with this for about a week, all it looks like is the form is simply just taking me to the results page and NOT performing an action, (no results/records are displayed)?
