This topic is locked

Are multiple search values ($_GET) possible?

4/7/2009 4:24:48 PM
PHPRunner General questions
S
Stettin author

WorkTicketTbl_list.php?a=search&value=1&SearchFor=NetVoyant&SearchOption=Contains&SearchField=toolName

WorkTicketTbl_list.php?a=search&value=1&SearchFor=0&SearchOption=Equals&SearchField=complete
These links when pasted directly into my browser filter out my results just fine individually. What I'd like to do is figure out a link that will display all "NetVoyant" tools that are makred "0" for complete. I've tried and failed. "&value=1" leads me to think you can do multiple GET searches.
Is this possible? Any idea how?
My goal is to have a list of links for about 6 tools or so that will drop users right into the "outstanding" requests.

A
alang 4/7/2009

Unfortunately not - the URL links work using the simple search function which can only do a single condition. You need the advanced search facility which doesn't use URL parameters. You could define your own URL parameters and then use these to filter the SQL in the event code. Others may have alternative suggestions.

J
Jane 4/8/2009