I am trying to develop multiple dynamic menu fields with a simple submit to a query page. My questions is this,
I have the query page setup np with say this....
query.php?name=member&theresults=showme
I can call info np.
I can also call info even more sorted...
query.php?name=member&field2=blahblah&theresults=show+me
my questions is say I do want to have the option to my users to be able to query only certain fields. So if they wanted to only query name and not field2 it wouldn't give them an error.
I tried setting this up....
All menu's are dynamic, there are 4 of them total that 'get' from form in my query page.
How can I set it to where maybe the user wants to specify only 2,3, or 4 menu options and the query page will only return the results of 2,3, or 4.
I tried setting up just a blank value and label of N/A so that when a user has that option, it doens't return any results for them in the query page. so....
query.php?name=member&field2=&theresults=showme
the query page wont parse since their is no such blank entry in the database to which tries to call on.
dam im confusing.