01-25-2017, 07:06 AM
I am still trying to wrap my head around what you did there. I have put your code into my page ( http://pastebin.com/R9egDbtg ) but its not working. I get a blank page. So I'm still working on that.
Meanwhile I also went back to the other version I had and tried to implement the stuff I mentioned above.
I'm sorry if I was unclear. Let me try to clarify...
I have two registration forms, one for Volunteers and one for Projects. The Volunteer form automatically adds a 1 to the volunteer column and a 0 to the project column (and vice versa for the Project form). This makes those users distinguishable from each other.
I want to be able to have users (volunteers or projects) to do a search for either Volunteers that have shown an interest in small animals, large animals, etc. or Projects that involve small animals, large animals, etc.
I can filter for volunteers or projects with this code now: http://pastebin.com/DkXsDwRV
but it shows everyone when I check more boxes (not just volunteers with certain interests)
Meanwhile I also went back to the other version I had and tried to implement the stuff I mentioned above.
I'm sorry if I was unclear. Let me try to clarify...
I have two registration forms, one for Volunteers and one for Projects. The Volunteer form automatically adds a 1 to the volunteer column and a 0 to the project column (and vice versa for the Project form). This makes those users distinguishable from each other.
I want to be able to have users (volunteers or projects) to do a search for either Volunteers that have shown an interest in small animals, large animals, etc. or Projects that involve small animals, large animals, etc.
I can filter for volunteers or projects with this code now: http://pastebin.com/DkXsDwRV
but it shows everyone when I check more boxes (not just volunteers with certain interests)