DMXzone Database Connector PHP Support Product Page

Answered

how to have a page with my form filter and another page of results.

Asked 14 Aug 2014 19:15:12
1
has this question
14 Aug 2014 19:15:12 Souhaib Agharbi posted:
Hi,
I want to know how to configure database extension for:
-A page with my form filter
-Another Results page.
thank you

Replies

Replied 20 Aug 2014 16:59:36
20 Aug 2014 16:59:36 Teodor Kuduschiev replied:
Hello,
If you want to have a separate result page, you'd better use a URL variable in order to filter the results. Just pass your form variable to the url of the page.
Replied 22 Aug 2014 01:52:35
22 Aug 2014 01:52:35 Souhaib Agharbi replied:
Thank you for your reply,
My goal is to use the post method so that information entered into my search form not in plain text in the URL.
How to proceed with the post method
Replied 22 Aug 2014 09:21:03
22 Aug 2014 09:21:03 Teodor Kuduschiev replied:
Hello,
Unfortunately this is not possible. You should either have the results on the same page or use url variable in order to use a separate page.
I recommend the first method - you can filter the results on the same page without even refreshing the page.
Replied 29 Apr 2015 23:09:59
29 Apr 2015 23:09:59 Justin Mitchell replied:
This resolved my issue as well. I was using POST to submit forms to a separate page and couldn't figure out why the FORM variable wasn't working. As soon as I changed it to GET I was able to use the URL method to filter results. Thanks for the info!

Reply to this topic