filter search results with another form

Posted by Ygam on Stack Overflow See other posts from Stack Overflow or by Ygam
Published on 2010-04-01T05:31:36Z Indexed on 2010/04/01 5:33 UTC
Read the original article Hit count: 297

Filed under:
|
|

so here's the problem

I have one form, it outputs search results after submit, with this URL

http://localhost/thi/search/results?keyword=barma&search=1&minprice=nomin&maxprice=nomax&minroom=nomin&maxroom=nomax&minyear=nomin&maxyear=2010

Now I have another form, which is supposed to filter the results from the previous form by getting the current url of the search results and appending to it the GET variables submitted by this form.

I tried filtering before, but that is with anchor links. How am I supposed to do it with forms? Anny approaches?

© Stack Overflow or respective owner

Related posts about php

Related posts about form-processing