This topic is locked

Displaying search criteria on results page

5/20/2008 3:52:31 PM
PHPRunner General questions
M
mmponline author

I would like to show the search results of an advanced (and / or quick search) on the search results page.
Eg. When searching Sector: Accommodation and sub- sector: Bed and breakfast

I would like the result page to say:
The search result for Accommodation / Bed and breakfast:
and then the list of the results...
Is this possible and how?
Thank you for a great forum!

J
Jane 5/21/2008

Stephan,
check $_REQUEST array for that. All search parameters are stored in this array.

For example print all values on the list page using this code in the List page: Before process event:

print_r($_REQUEST);