I have a question. I have a mysql query which runs fine and return the proper records, what I'm trying to do is provide three checkboxes in order to sort be priority (A, B, or C). With the help of rawhide, I found out how to perform a sort if the $priority variable is set. The problem im having is this, since the user can opt to sort by either A, B ect (more than 1), How do I run the sql query for as many times as the $priority Variable is set?
Thanks.