Hello all, i am trying to formulate a search pattern in a URL using multiple parameters. For instance, i have a table that has a field named "STATUS", in that "STATUS" field i have 3 values "Discover, Active, Cancelled. I want to generate a search string to say
"select * from DATABASE where table is NOT LIKE Discover and Active". So the result would return all Cancels.
Here is the PHP URL i have so far that works on one value..any clues on how to work with another?
circuit_orderslist.php?x_status_1=Cancelled&z_status_1=NOT+LIKE%2C%27%25%2C%25%27